|
2595 | 2595 | <Member Name="always" Value="3" /> |
2596 | 2596 | <Member Name="unknownFutureValue" Value="999" /> |
2597 | 2597 | </EnumType> |
| 2598 | + <EnumType Name="oidcResponseType" IsFlags="true"> |
| 2599 | + <Member Name="code" Value="1" /> |
| 2600 | + <Member Name="id_token" Value="2" /> |
| 2601 | + <Member Name="token" Value="4" /> |
| 2602 | + <Member Name="unknownFutureValue" Value="8" /> |
| 2603 | + </EnumType> |
2598 | 2604 | <EnumType Name="onenotePatchActionType"> |
2599 | 2605 | <Member Name="Replace" Value="0" /> |
2600 | 2606 | <Member Name="Append" Value="1" /> |
|
4236 | 4242 | <Member Name="alphanumeric" Value="1" /> |
4237 | 4243 | <Member Name="numeric" Value="2" /> |
4238 | 4244 | </EnumType> |
| 4245 | + <EnumType Name="resourceAccessStatus"> |
| 4246 | + <Member Name="none" Value="0" /> |
| 4247 | + <Member Name="failure" Value="1" /> |
| 4248 | + <Member Name="success" Value="2" /> |
| 4249 | + <Member Name="unknownFutureValue" Value="4" /> |
| 4250 | + </EnumType> |
| 4251 | + <EnumType Name="resourceAccessType" IsFlags="true"> |
| 4252 | + <Member Name="none" Value="0" /> |
| 4253 | + <Member Name="read" Value="1" /> |
| 4254 | + <Member Name="write" Value="2" /> |
| 4255 | + <Member Name="create" Value="4" /> |
| 4256 | + <Member Name="unknownFutureValue" Value="8" /> |
| 4257 | + </EnumType> |
4239 | 4258 | <EnumType Name="resourceLinkType"> |
4240 | 4259 | <Member Name="url" Value="0" /> |
4241 | 4260 | <Member Name="unknownFutureValue" Value="1" /> |
|
5258 | 5277 | <Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" /> |
5259 | 5278 | <Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" /> |
5260 | 5279 | <Member Name="exception" Value="524288" /> |
5261 | | - <Member Name="unknownFutureValue" Value="1048576" /> |
| 5280 | + <Member Name="labelNotFoundException" Value="1048576" /> |
| 5281 | + <Member Name="unknownFutureValue" Value="2097152" /> |
5262 | 5282 | </EnumType> |
5263 | 5283 | <EnumType Name="userAccountSecurityType"> |
5264 | 5284 | <Member Name="unknown" Value="0" /> |
|
6108 | 6128 | <ComplexType Name="agreementFileData"> |
6109 | 6129 | <Property Name="data" Type="Edm.Binary" /> |
6110 | 6130 | </ComplexType> |
| 6131 | + <ComplexType Name="aiAgentInfo" BaseType="graph.aiInteractionEntity"> |
| 6132 | + <Property Name="blueprintId" Type="Edm.String" /> |
| 6133 | + </ComplexType> |
6111 | 6134 | <ComplexType Name="aiInteractionAttachment"> |
6112 | 6135 | <Property Name="attachmentId" Type="Edm.String" /> |
6113 | 6136 | <Property Name="content" Type="Edm.String" /> |
|
6120 | 6143 | <Property Name="contextType" Type="Edm.String" /> |
6121 | 6144 | <Property Name="displayName" Type="Edm.String" /> |
6122 | 6145 | </ComplexType> |
| 6146 | + <ComplexType Name="aiInteractionEntity"> |
| 6147 | + <Property Name="identifier" Type="Edm.String" /> |
| 6148 | + <Property Name="name" Type="Edm.String" /> |
| 6149 | + <Property Name="version" Type="Edm.String" /> |
| 6150 | + </ComplexType> |
6123 | 6151 | <ComplexType Name="aiInteractionLink"> |
6124 | 6152 | <Property Name="displayName" Type="Edm.String" /> |
6125 | 6153 | <Property Name="linkType" Type="Edm.String" /> |
|
6134 | 6162 | <Property Name="conversation" Type="graph.teamworkConversationIdentity" /> |
6135 | 6163 | <Property Name="tag" Type="graph.teamworkTagIdentity" /> |
6136 | 6164 | </ComplexType> |
6137 | | - <ComplexType Name="aiInteractionPlugin"> |
6138 | | - <Property Name="identifier" Type="Edm.String" /> |
6139 | | - <Property Name="name" Type="Edm.String" /> |
6140 | | - <Property Name="version" Type="Edm.String" /> |
6141 | | - </ComplexType> |
| 6165 | + <ComplexType Name="aiInteractionPlugin" BaseType="graph.aiInteractionEntity" /> |
6142 | 6166 | <ComplexType Name="airPrintSettings"> |
6143 | 6167 | <Property Name="incompatiblePrinters" Type="graph.incompatiblePrinterSettings" Nullable="false" /> |
6144 | 6168 | </ComplexType> |
|
8828 | 8852 | <Property Name="key" Type="graph.objectMappingMetadata" /> |
8829 | 8853 | <Property Name="value" Type="Edm.String" /> |
8830 | 8854 | </ComplexType> |
| 8855 | + <ComplexType Name="oidcAddressInboundClaims"> |
| 8856 | + <Property Name="country" Type="Edm.String" /> |
| 8857 | + <Property Name="locality" Type="Edm.String" /> |
| 8858 | + <Property Name="postal_code" Type="Edm.String" /> |
| 8859 | + <Property Name="region" Type="Edm.String" /> |
| 8860 | + <Property Name="street_address" Type="Edm.String" /> |
| 8861 | + </ComplexType> |
| 8862 | + <ComplexType Name="oidcClientAuthentication" Abstract="true" /> |
| 8863 | + <ComplexType Name="oidcClientSecretAuthentication" BaseType="graph.oidcClientAuthentication"> |
| 8864 | + <Property Name="clientSecret" Type="Edm.String" Nullable="false" /> |
| 8865 | + </ComplexType> |
| 8866 | + <ComplexType Name="oidcInboundClaimMappingOverride"> |
| 8867 | + <Property Name="address" Type="graph.oidcAddressInboundClaims" /> |
| 8868 | + <Property Name="email" Type="Edm.String" /> |
| 8869 | + <Property Name="email_verified" Type="Edm.String" /> |
| 8870 | + <Property Name="family_name" Type="Edm.String" /> |
| 8871 | + <Property Name="given_name" Type="Edm.String" /> |
| 8872 | + <Property Name="name" Type="Edm.String" /> |
| 8873 | + <Property Name="phone_number" Type="Edm.String" /> |
| 8874 | + <Property Name="phone_number_verified" Type="Edm.String" /> |
| 8875 | + <Property Name="sub" Type="Edm.String" /> |
| 8876 | + </ComplexType> |
| 8877 | + <ComplexType Name="oidcPrivateJwtKeyClientAuthentication" BaseType="graph.oidcClientAuthentication" /> |
8831 | 8878 | <ComplexType Name="omaSetting" Abstract="true"> |
8832 | 8879 | <Property Name="description" Type="Edm.String" /> |
8833 | 8880 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
|
9459 | 9506 | </ComplexType> |
9460 | 9507 | <ComplexType Name="processConversationMetadata" BaseType="graph.processContentMetadataBase"> |
9461 | 9508 | <Property Name="accessedResources" Type="Collection(Edm.String)" /> |
| 9509 | + <Property Name="accessedResources_v2" Type="Collection(graph.resourceAccessDetail)" Nullable="false" /> |
| 9510 | + <Property Name="agents" Type="Collection(graph.aiAgentInfo)" Nullable="false" /> |
9462 | 9511 | <Property Name="parentMessageId" Type="Edm.String" /> |
9463 | | - <Property Name="plugins" Type="Collection(graph.aiInteractionPlugin)" /> |
| 9512 | + <Property Name="plugins" Type="Collection(graph.aiInteractionPlugin)" Nullable="false" /> |
9464 | 9513 | </ComplexType> |
9465 | 9514 | <ComplexType Name="processFileMetadata" BaseType="graph.processContentMetadataBase"> |
9466 | 9515 | <Property Name="customProperties" Type="graph.customMetadataDictionary" /> |
|
9712 | 9761 | <Property Name="id" Type="Edm.Guid" Nullable="false" /> |
9713 | 9762 | <Property Name="type" Type="Edm.String" /> |
9714 | 9763 | </ComplexType> |
| 9764 | + <ComplexType Name="resourceAccessDetail"> |
| 9765 | + <Property Name="accessType" Type="graph.resourceAccessType" Nullable="false" /> |
| 9766 | + <Property Name="identifier" Type="Edm.String" Nullable="false" /> |
| 9767 | + <Property Name="isCrossPromptInjectionDetected" Type="Edm.Boolean" Nullable="false" /> |
| 9768 | + <Property Name="labelId" Type="Edm.String" /> |
| 9769 | + <Property Name="name" Type="Edm.String" Nullable="false" /> |
| 9770 | + <Property Name="status" Type="graph.resourceAccessStatus" Nullable="false" /> |
| 9771 | + <Property Name="storageId" Type="Edm.String" /> |
| 9772 | + <Property Name="url" Type="Edm.String" /> |
| 9773 | + </ComplexType> |
9715 | 9774 | <ComplexType Name="resourceAction"> |
9716 | 9775 | <Property Name="allowedResourceActions" Type="Collection(Edm.String)" /> |
9717 | 9776 | <Property Name="notAllowedResourceActions" Type="Collection(Edm.String)" /> |
|
11753 | 11812 | <Property Name="links" Type="Collection(graph.aiInteractionLink)" /> |
11754 | 11813 | <Property Name="locale" Type="Edm.String" Nullable="false" /> |
11755 | 11814 | <Property Name="mentions" Type="Collection(graph.aiInteractionMention)" /> |
11756 | | - <Property Name="requestId" Type="Edm.String" Nullable="false" /> |
| 11815 | + <Property Name="requestId" Type="Edm.String" /> |
11757 | 11816 | <Property Name="sessionId" Type="Edm.String" Nullable="false" /> |
11758 | 11817 | </EntityType> |
11759 | 11818 | <EntityType Name="aiInteractionHistory" BaseType="graph.entity" /> |
|
12263 | 12322 | </EntityType> |
12264 | 12323 | <EntityType Name="authentication" BaseType="graph.entity"> |
12265 | 12324 | <NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" /> |
| 12325 | + <NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" /> |
12266 | 12326 | <NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" /> |
12267 | 12327 | <NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" /> |
12268 | 12328 | <NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" /> |
|
12303 | 12363 | <Property Name="displayName" Type="Edm.String" /> |
12304 | 12364 | <Property Name="selfServiceSignUp" Type="graph.selfServiceSignUpAuthenticationFlowConfiguration" /> |
12305 | 12365 | </EntityType> |
12306 | | - <EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true" /> |
| 12366 | + <EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true"> |
| 12367 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 12368 | + </EntityType> |
12307 | 12369 | <EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true"> |
12308 | 12370 | <Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" /> |
12309 | 12371 | <Property Name="state" Type="graph.authenticationMethodState" /> |
|
14925 | 14987 | <Property Name="name" Type="Edm.String" Nullable="false" /> |
14926 | 14988 | <Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" /> |
14927 | 14989 | </EntityType> |
| 14990 | + <EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod"> |
| 14991 | + <Property Name="configurationId" Type="Edm.String" Nullable="false" /> |
| 14992 | + <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 14993 | + </EntityType> |
14928 | 14994 | <EntityType Name="externalDomainName" BaseType="graph.entity" /> |
14929 | 14995 | <EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow"> |
14930 | 14996 | <Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler"> |
|
14985 | 15051 | <Property Name="aaGuid" Type="Edm.String" /> |
14986 | 15052 | <Property Name="attestationCertificates" Type="Collection(Edm.String)" /> |
14987 | 15053 | <Property Name="attestationLevel" Type="graph.attestationLevel" /> |
14988 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
14989 | 15054 | <Property Name="displayName" Type="Edm.String" /> |
14990 | 15055 | <Property Name="model" Type="Edm.String" /> |
14991 | 15056 | </EntityType> |
|
16538 | 16603 | <Property Name="userId" Type="Edm.String" /> |
16539 | 16604 | </EntityType> |
16540 | 16605 | <EntityType Name="microsoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod"> |
16541 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
16542 | 16606 | <Property Name="deviceTag" Type="Edm.String" /> |
16543 | 16607 | <Property Name="displayName" Type="Edm.String" /> |
16544 | 16608 | <Property Name="phoneAppVersion" Type="Edm.String" /> |
|
16720 | 16784 | <NavigationProperty Name="trending" Type="Collection(graph.trending)" ContainsTarget="true" /> |
16721 | 16785 | <NavigationProperty Name="used" Type="Collection(graph.usedInsight)" ContainsTarget="true" /> |
16722 | 16786 | </EntityType> |
| 16787 | + <EntityType Name="oidcIdentityProvider" BaseType="graph.identityProviderBase"> |
| 16788 | + <Property Name="clientAuthentication" Type="graph.oidcClientAuthentication" Nullable="false" /> |
| 16789 | + <Property Name="clientId" Type="Edm.String" Nullable="false" /> |
| 16790 | + <Property Name="inboundClaimMapping" Type="graph.oidcInboundClaimMappingOverride" /> |
| 16791 | + <Property Name="issuer" Type="Edm.String" Nullable="false" /> |
| 16792 | + <Property Name="responseType" Type="graph.oidcResponseType" Nullable="false" /> |
| 16793 | + <Property Name="scope" Type="Edm.String" Nullable="false" /> |
| 16794 | + <Property Name="wellKnownEndpoint" Type="Edm.String" /> |
| 16795 | + </EntityType> |
16723 | 16796 | <EntityType Name="onAttributeCollectionListener" BaseType="graph.authenticationEventListener"> |
16724 | 16797 | <Property Name="handler" Type="graph.onAttributeCollectionHandler" /> |
16725 | 16798 | </EntityType> |
|
17198 | 17271 | <NavigationProperty Name="billing" Type="microsoft.graph.partners.billing.billing" ContainsTarget="true" /> |
17199 | 17272 | </EntityType> |
17200 | 17273 | <EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod"> |
17201 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
17202 | 17274 | <Property Name="password" Type="Edm.String" /> |
17203 | 17275 | </EntityType> |
17204 | 17276 | <EntityType Name="payload" BaseType="graph.entity"> |
|
17474 | 17546 | <NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" ContainsTarget="true" /> |
17475 | 17547 | </EntityType> |
17476 | 17548 | <EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod"> |
17477 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
17478 | 17549 | <Property Name="displayName" Type="Edm.String" /> |
17479 | 17550 | <Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" /> |
17480 | 17551 | <Property Name="platform" Type="graph.authenticationMethodPlatform" /> |
|
19162 | 19233 | <Property Name="userId" Type="Edm.String" /> |
19163 | 19234 | </EntityType> |
19164 | 19235 | <EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod"> |
19165 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
19166 | 19236 | <Property Name="isUsable" Type="Edm.Boolean" /> |
19167 | 19237 | <Property Name="isUsableOnce" Type="Edm.Boolean" /> |
19168 | 19238 | <Property Name="lifetimeInMinutes" Type="Edm.Int32" /> |
|
20934 | 21004 | <Property Name="threatState" Type="graph.windowsMalwareThreatState" /> |
20935 | 21005 | </EntityType> |
20936 | 21006 | <EntityType Name="windowsHelloForBusinessAuthenticationMethod" BaseType="graph.authenticationMethod"> |
20937 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
20938 | 21007 | <Property Name="displayName" Type="Edm.String" /> |
20939 | 21008 | <Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" /> |
20940 | 21009 | <NavigationProperty Name="device" Type="graph.device" /> |
|
40462 | 40531 | </Collection> |
40463 | 40532 | </Annotation> |
40464 | 40533 | </Annotations> |
| 40534 | + <Annotations Target="microsoft.graph.processConversationMetadata/accessedResources"> |
| 40535 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 40536 | + <Collection> |
| 40537 | + <Record> |
| 40538 | + <PropertyValue Property="Date" Date="2025-08-20" /> |
| 40539 | + <PropertyValue Property="Description" String="The accessedResourcesproperty is deprecated and will not be processed data on August 20, 2025. Please use the new accessedResources_v2 property." /> |
| 40540 | + <PropertyValue Property="Kind"> |
| 40541 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 40542 | + </PropertyValue> |
| 40543 | + <PropertyValue Property="RemovalDate" Date="2025-08-20" /> |
| 40544 | + <PropertyValue Property="Version" String="2020-08-20" /> |
| 40545 | + </Record> |
| 40546 | + </Collection> |
| 40547 | + </Annotation> |
| 40548 | + </Annotations> |
40465 | 40549 | <Annotations Target="microsoft.graph.processIntegrityLevel"> |
40466 | 40550 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
40467 | 40551 | <Collection> |
|
48942 | 49026 | <NavigationProperty Name="dataSource" Type="microsoft.graph.security.dataSource" ContainsTarget="true" /> |
48943 | 49027 | <NavigationProperty Name="lastIndexOperation" Type="microsoft.graph.security.ediscoveryIndexOperation" /> |
48944 | 49028 | </EntityType> |
48945 | | - <EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation" /> |
| 49029 | + <EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation"> |
| 49030 | + <Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" /> |
| 49031 | + </EntityType> |
48946 | 49032 | <EntityType Name="ediscoveryReviewSet" BaseType="microsoft.graph.security.dataSet"> |
48947 | 49033 | <NavigationProperty Name="queries" Type="Collection(microsoft.graph.security.ediscoveryReviewSetQuery)" ContainsTarget="true" /> |
48948 | 49034 | </EntityType> |
|
49535 | 49621 | <Property Name="groupId" Type="Edm.String" /> |
49536 | 49622 | <Property Name="policyId" Type="Edm.String" Nullable="false" /> |
49537 | 49623 | </ComplexType> |
| 49624 | + <EntityType Name="policyIdentifierDetail" BaseType="graph.entity"> |
| 49625 | + <Property Name="name" Type="Edm.String" Nullable="false" /> |
| 49626 | + <Property Name="policyId" Type="Edm.String" Nullable="false" /> |
| 49627 | + </EntityType> |
49538 | 49628 | <EntityType Name="teamsAdminRoot" BaseType="graph.entity"> |
| 49629 | + <NavigationProperty Name="policy" Type="teamsAdministration.teamsPolicyAssignment" ContainsTarget="true" /> |
49539 | 49630 | <NavigationProperty Name="userConfigurations" Type="Collection(teamsAdministration.teamsUserConfiguration)" ContainsTarget="true" /> |
49540 | 49631 | </EntityType> |
| 49632 | + <EntityType Name="teamsPolicyAssignment" BaseType="graph.entity"> |
| 49633 | + <NavigationProperty Name="userAssignments" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" ContainsTarget="true" /> |
| 49634 | + </EntityType> |
| 49635 | + <EntityType Name="teamsPolicyUserAssignment" BaseType="graph.entity"> |
| 49636 | + <Property Name="policyId" Type="Edm.String" /> |
| 49637 | + <Property Name="policyType" Type="Edm.String" Nullable="false" /> |
| 49638 | + <Property Name="userId" Type="Edm.String" Nullable="false" /> |
| 49639 | + </EntityType> |
49541 | 49640 | <EntityType Name="teamsUserConfiguration" BaseType="graph.entity"> |
49542 | 49641 | <Property Name="accountType" Type="teamsAdministration.accountType" Nullable="false" /> |
49543 | 49642 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
|
49550 | 49649 | <Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /> |
49551 | 49650 | <NavigationProperty Name="user" Type="graph.user" /> |
49552 | 49651 | </EntityType> |
| 49652 | + <Action Name="assign" IsBound="true"> |
| 49653 | + <Parameter Name="bindingParameter" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" /> |
| 49654 | + <Parameter Name="value" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" Nullable="false" /> |
| 49655 | + </Action> |
| 49656 | + <Action Name="unassign" IsBound="true"> |
| 49657 | + <Parameter Name="bindingParameter" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" /> |
| 49658 | + <Parameter Name="value" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" Nullable="false" /> |
| 49659 | + </Action> |
| 49660 | + <Function Name="getPolicyId" IsBound="true"> |
| 49661 | + <Parameter Name="bindingParameter" Type="teamsAdministration.teamsPolicyAssignment" /> |
| 49662 | + <Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 49663 | + <Parameter Name="name" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 49664 | + <ReturnType Type="Collection(teamsAdministration.policyIdentifierDetail)" /> |
| 49665 | + </Function> |
49553 | 49666 | </Schema> |
49554 | 49667 | <Schema Namespace="microsoft.graph.termStore" xmlns="http://docs.oasis-open.org/odata/ns/edm"> |
49555 | 49668 | <EnumType Name="relationType"> |
|
0 commit comments