|
9606 | 9606 | <Member Name="strong" Value="3" /> |
9607 | 9607 | <Member Name="unknownFutureValue" Value="4" /> |
9608 | 9608 | </EnumType> |
| 9609 | + <EnumType Name="sectionIconSkinTone"> |
| 9610 | + <Member Name="light" Value="0" /> |
| 9611 | + <Member Name="mediumLight" Value="1" /> |
| 9612 | + <Member Name="medium" Value="2" /> |
| 9613 | + <Member Name="mediumDark" Value="3" /> |
| 9614 | + <Member Name="dark" Value="4" /> |
| 9615 | + <Member Name="unknownFutureValue" Value="5" /> |
| 9616 | + </EnumType> |
| 9617 | + <EnumType Name="sectionItemType"> |
| 9618 | + <Member Name="chat" Value="0" /> |
| 9619 | + <Member Name="channel" Value="1" /> |
| 9620 | + <Member Name="meeting" Value="2" /> |
| 9621 | + <Member Name="community" Value="3" /> |
| 9622 | + <Member Name="unknownFutureValue" Value="4" /> |
| 9623 | + </EnumType> |
| 9624 | + <EnumType Name="sectionSortType"> |
| 9625 | + <Member Name="mostRecent" Value="0" /> |
| 9626 | + <Member Name="unreadThenMostRecent" Value="1" /> |
| 9627 | + <Member Name="nameAlphabetical" Value="2" /> |
| 9628 | + <Member Name="userDefinedCustomOrder" Value="3" /> |
| 9629 | + <Member Name="unknownFutureValue" Value="4" /> |
| 9630 | + </EnumType> |
| 9631 | + <EnumType Name="sectionType"> |
| 9632 | + <Member Name="userDefined" Value="0" /> |
| 9633 | + <Member Name="systemDefined" Value="1" /> |
| 9634 | + <Member Name="unknownFutureValue" Value="2" /> |
| 9635 | + </EnumType> |
9609 | 9636 | <EnumType Name="secureAssessmentAccountType"> |
9610 | 9637 | <Member Name="azureADAccount" Value="0" /> |
9611 | 9638 | <Member Name="domainAccount" Value="1" /> |
@@ -12889,11 +12916,11 @@ |
12889 | 12916 | <Property Name="redirectUris" Type="graph.redirectUriConfiguration" /> |
12890 | 12917 | </ComplexType> |
12891 | 12918 | <ComplexType Name="appManagementConfiguration" Abstract="true"> |
12892 | | - <NavigationProperty Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" ContainsTarget="true" /> |
12893 | | - <NavigationProperty Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" ContainsTarget="true" /> |
| 12919 | + <Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" Nullable="false" /> |
| 12920 | + <Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" Nullable="false" /> |
12894 | 12921 | </ComplexType> |
12895 | 12922 | <ComplexType Name="appManagementPolicyActorExemptions"> |
12896 | | - <NavigationProperty Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" ContainsTarget="true" /> |
| 12923 | + <Property Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" /> |
12897 | 12924 | </ComplexType> |
12898 | 12925 | <ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" /> |
12899 | 12926 | <ComplexType Name="appMetadata"> |
|
15035 | 15062 | <Property Name="questionId" Type="Edm.String" /> |
15036 | 15063 | <Property Name="value" Type="Edm.String" /> |
15037 | 15064 | </ComplexType> |
| 15065 | + <ComplexType Name="customSecurityAttributeExemption" Abstract="true"> |
| 15066 | + <Property Name="id" Type="Edm.String" Nullable="false" /> |
| 15067 | + <Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" Nullable="false" /> |
| 15068 | + </ComplexType> |
| 15069 | + <ComplexType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption"> |
| 15070 | + <Property Name="value" Type="Edm.String" /> |
| 15071 | + </ComplexType> |
15038 | 15072 | <ComplexType Name="customSecurityAttributeValue" OpenType="true" /> |
15039 | 15073 | <ComplexType Name="customSubjectAlternativeName"> |
15040 | 15074 | <Property Name="name" Type="Edm.String" /> |
|
16664 | 16698 | <Property Name="type" Type="Edm.String" /> |
16665 | 16699 | <Property Name="version" Type="Edm.String" /> |
16666 | 16700 | </ComplexType> |
16667 | | - <ComplexType Name="governancePermission"> |
16668 | | - <Property Name="accessLevel" Type="Edm.String" /> |
16669 | | - <Property Name="isActive" Type="Edm.Boolean" /> |
16670 | | - <Property Name="isEligible" Type="Edm.Boolean" /> |
16671 | | - </ComplexType> |
16672 | 16701 | <ComplexType Name="governancePolicy"> |
16673 | 16702 | <Property Name="decisionMakerCriteria" Type="Collection(graph.governanceCriteria)" /> |
16674 | 16703 | <Property Name="notificationPolicy" Type="graph.governanceNotificationPolicy" /> |
|
17343 | 17372 | <Property Name="type" Type="Edm.String" /> |
17344 | 17373 | <Property Name="usage" Type="Edm.String" /> |
17345 | 17374 | </ComplexType> |
| 17375 | + <ComplexType Name="keyCredentialConfiguration"> |
| 17376 | + <Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" /> |
| 17377 | + <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
| 17378 | + <Property Name="maxLifetime" Type="Edm.Duration" /> |
| 17379 | + <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
| 17380 | + <Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" /> |
| 17381 | + <Property Name="state" Type="graph.appManagementRestrictionState" /> |
| 17382 | + </ComplexType> |
17346 | 17383 | <ComplexType Name="keyIntegerValuePair" BaseType="graph.keyTypedValuePair"> |
17347 | 17384 | <Property Name="value" Type="Edm.Int32" Nullable="false" /> |
17348 | 17385 | </ComplexType> |
|
18739 | 18776 | <Property Name="secretText" Type="Edm.String" /> |
18740 | 18777 | <Property Name="startDateTime" Type="Edm.DateTimeOffset" /> |
18741 | 18778 | </ComplexType> |
| 18779 | + <ComplexType Name="passwordCredentialConfiguration"> |
| 18780 | + <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
| 18781 | + <Property Name="maxLifetime" Type="Edm.Duration" /> |
| 18782 | + <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
| 18783 | + <Property Name="restrictionType" Type="graph.appCredentialRestrictionType" /> |
| 18784 | + <Property Name="state" Type="graph.appManagementRestrictionState" /> |
| 18785 | + </ComplexType> |
18742 | 18786 | <ComplexType Name="passwordProfile"> |
18743 | 18787 | <Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" /> |
18744 | 18788 | <Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" /> |
|
19423 | 19467 | <Property Name="processingStateDescription" Type="Edm.String" /> |
19424 | 19468 | <Property Name="state" Type="graph.printJobProcessingState" Nullable="false" /> |
19425 | 19469 | </ComplexType> |
| 19470 | + <ComplexType Name="printLogAnalyticsSettings"> |
| 19471 | + <Property Name="dataCollectionRuleImmutableId" Type="Edm.String" /> |
| 19472 | + <Property Name="logIngestionEndpoint" Type="Edm.String" /> |
| 19473 | + <Property Name="workspaceResourceId" Type="Edm.String" /> |
| 19474 | + </ComplexType> |
19426 | 19475 | <ComplexType Name="printMargin"> |
19427 | 19476 | <Property Name="bottom" Type="Edm.Int32" /> |
19428 | 19477 | <Property Name="left" Type="Edm.Int32" /> |
|
20346 | 20395 | <Property Name="sensitivityLabelId" Type="Edm.String" /> |
20347 | 20396 | <Property Name="tooltip" Type="Edm.String" /> |
20348 | 20397 | </ComplexType> |
| 20398 | + <ComplexType Name="sectionDisplayIcon"> |
| 20399 | + <Property Name="contentUrl" Type="Edm.String" /> |
| 20400 | + <Property Name="displayName" Type="Edm.String" /> |
| 20401 | + <Property Name="iconType" Type="Edm.String" Nullable="false" /> |
| 20402 | + <Property Name="skinTone" Type="graph.sectionIconSkinTone" /> |
| 20403 | + </ComplexType> |
20349 | 20404 | <ComplexType Name="sectionLinks"> |
20350 | 20405 | <Property Name="oneNoteClientUrl" Type="graph.externalLink" /> |
20351 | 20406 | <Property Name="oneNoteWebUrl" Type="graph.externalLink" /> |
|
23613 | 23668 | <Property Name="additionalInfo" Type="Edm.String" /> |
23614 | 23669 | <Property Name="agentDisplayName" Type="Edm.String" Nullable="false" /> |
23615 | 23670 | <Property Name="agentId" Type="Edm.String" Nullable="false" /> |
| 23671 | + <Property Name="blueprintId" Type="Edm.String" /> |
23616 | 23672 | <Property Name="detectedDateTime" Type="Edm.DateTimeOffset" /> |
23617 | 23673 | <Property Name="detectionTimingType" Type="graph.riskDetectionTimingType" Nullable="false" /> |
23618 | 23674 | <Property Name="identityType" Type="graph.agentIdentityType" Nullable="false" /> |
|
23622 | 23678 | <Property Name="riskEvidence" Type="Edm.String" /> |
23623 | 23679 | <Property Name="riskLevel" Type="graph.riskLevel" Nullable="false" /> |
23624 | 23680 | <Property Name="riskState" Type="graph.riskState" Nullable="false" /> |
| 23681 | + <Property Name="source" Type="Edm.String" /> |
23625 | 23682 | </EntityType> |
23626 | 23683 | <EntityType Name="agentUser" BaseType="graph.user" OpenType="true" /> |
23627 | 23684 | <EntityType Name="agreement" BaseType="graph.entity"> |
|
27668 | 27725 | <Property Name="usePreDefinedValuesOnly" Type="Edm.Boolean" /> |
27669 | 27726 | <NavigationProperty Name="allowedValues" Type="Collection(graph.allowedValue)" ContainsTarget="true" /> |
27670 | 27727 | </EntityType> |
27671 | | - <EntityType Name="customSecurityAttributeExemption" BaseType="graph.entity" Abstract="true"> |
27672 | | - <Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" /> |
27673 | | - </EntityType> |
27674 | | - <EntityType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption"> |
27675 | | - <Property Name="value" Type="Edm.String" /> |
27676 | | - </EntityType> |
27677 | 27728 | <EntityType Name="customUsernameSignInIdentifier" BaseType="graph.signInIdentifierBase"> |
27678 | 27729 | <Property Name="validationRegEx" Type="Edm.String" Nullable="false" /> |
27679 | 27730 | </EntityType> |
|
31051 | 31102 | <Property Name="membershipRuleProcessingState" Type="Edm.String" /> |
31052 | 31103 | <Property Name="membershipRuleProcessingStatus" Type="graph.membershipRuleProcessingStatus" /> |
31053 | 31104 | <Property Name="onPremisesDomainName" Type="Edm.String" /> |
| 31105 | + <Property Name="onPremisesExtensionAttributes" Type="graph.onPremisesExtensionAttributes" /> |
31054 | 31106 | <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" /> |
31055 | 31107 | <Property Name="onPremisesNetBiosName" Type="Edm.String" /> |
31056 | 31108 | <Property Name="onPremisesProvisioningErrors" Type="Collection(graph.onPremisesProvisioningError)" /> |
|
32730 | 32782 | <Property Name="postingDate" Type="Edm.Date" /> |
32731 | 32783 | <NavigationProperty Name="account" Type="graph.account" ContainsTarget="true" /> |
32732 | 32784 | </EntityType> |
32733 | | - <EntityType Name="keyCredentialConfiguration"> |
32734 | | - <Key> |
32735 | | - <PropertyRef Name="restrictionType" /> |
32736 | | - </Key> |
32737 | | - <Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" /> |
32738 | | - <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
32739 | | - <Property Name="maxLifetime" Type="Edm.Duration" /> |
32740 | | - <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
32741 | | - <Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" /> |
32742 | | - <Property Name="state" Type="graph.appManagementRestrictionState" /> |
32743 | | - </EntityType> |
32744 | 32785 | <EntityType Name="labelContentRight" BaseType="graph.entity"> |
32745 | 32786 | <Property Name="cid" Type="Edm.String" /> |
32746 | 32787 | <Property Name="format" Type="Edm.String" /> |
|
35426 | 35467 | <EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod"> |
35427 | 35468 | <Property Name="password" Type="Edm.String" /> |
35428 | 35469 | </EntityType> |
35429 | | - <EntityType Name="passwordCredentialConfiguration"> |
35430 | | - <Key> |
35431 | | - <PropertyRef Name="restrictionType" /> |
35432 | | - </Key> |
35433 | | - <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
35434 | | - <Property Name="maxLifetime" Type="Edm.Duration" /> |
35435 | | - <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
35436 | | - <Property Name="restrictionType" Type="graph.appCredentialRestrictionType" Nullable="false" /> |
35437 | | - <Property Name="state" Type="graph.appManagementRestrictionState" /> |
35438 | | - </EntityType> |
35439 | 35470 | <EntityType Name="passwordlessMicrosoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod"> |
35440 | 35471 | <Property Name="creationDateTime" Type="Edm.DateTimeOffset" /> |
35441 | 35472 | <Property Name="displayName" Type="Edm.String" /> |
|
36605 | 36636 | </EntityType> |
36606 | 36637 | <EntityType Name="protectionUnitBase" BaseType="graph.entity" Abstract="true"> |
36607 | 36638 | <Property Name="backupRetentionPeriodInDays" Type="Edm.Int32" Nullable="false" /> |
| 36639 | + <Property Name="billingPolicyId" Type="Edm.String" /> |
36608 | 36640 | <Property Name="createdBy" Type="graph.identitySet" /> |
36609 | 36641 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
36610 | 36642 | <Property Name="error" Type="graph.publicError" /> |
|
37117 | 37149 | </EntityType> |
37118 | 37150 | <EntityType Name="riskyAgent" BaseType="graph.entity"> |
37119 | 37151 | <Property Name="agentDisplayName" Type="Edm.String" /> |
| 37152 | + <Property Name="blueprintId" Type="Edm.String" /> |
37120 | 37153 | <Property Name="identityType" Type="graph.agentIdentityType" Nullable="false" /> |
37121 | 37154 | <Property Name="isDeleted" Type="Edm.Boolean" Nullable="false" /> |
37122 | 37155 | <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
|
39185 | 39218 | <Property Name="productId" Type="Edm.String" /> |
39186 | 39219 | <Property Name="vendorId" Type="Edm.String" /> |
39187 | 39220 | </EntityType> |
| 39221 | + <EntityType Name="teamworkSection" BaseType="graph.entity"> |
| 39222 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 39223 | + <Property Name="displayIcon" Type="graph.sectionDisplayIcon" /> |
| 39224 | + <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 39225 | + <Property Name="isExpanded" Type="Edm.Boolean" /> |
| 39226 | + <Property Name="isHierarchicalViewEnabled" Type="Edm.Boolean" /> |
| 39227 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 39228 | + <Property Name="sectionType" Type="graph.sectionType" /> |
| 39229 | + <Property Name="sortType" Type="graph.sectionSortType" /> |
| 39230 | + <NavigationProperty Name="items" Type="Collection(graph.teamworkSectionItem)" ContainsTarget="true" /> |
| 39231 | + </EntityType> |
| 39232 | + <EntityType Name="teamworkSectionItem" BaseType="graph.entity"> |
| 39233 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 39234 | + <Property Name="itemType" Type="graph.sectionItemType" /> |
| 39235 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 39236 | + </EntityType> |
39188 | 39237 | <EntityType Name="teamworkTag" BaseType="graph.entity"> |
39189 | 39238 | <Property Name="description" Type="Edm.String" /> |
39190 | 39239 | <Property Name="displayName" Type="Edm.String" /> |
|
41059 | 41108 | <Property Name="region" Type="Edm.String" /> |
41060 | 41109 | <NavigationProperty Name="associatedTeams" Type="Collection(graph.associatedTeamInfo)" ContainsTarget="true" /> |
41061 | 41110 | <NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true" /> |
| 41111 | + <NavigationProperty Name="sections" Type="Collection(graph.teamworkSection)" ContainsTarget="true" /> |
41062 | 41112 | </EntityType> |
41063 | 41113 | <EntityType Name="userVirtualEventsRoot" BaseType="graph.entity"> |
41064 | 41114 | <NavigationProperty Name="webinars" Type="Collection(graph.virtualEventWebinar)" /> |
|
48238 | 48288 | <Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" /> |
48239 | 48289 | <ReturnType Type="graph.message" /> |
48240 | 48290 | </Action> |
| 48291 | + <Action Name="move" IsBound="true"> |
| 48292 | + <Parameter Name="bindingParameter" Type="graph.teamworkSectionItem" /> |
| 48293 | + <Parameter Name="targetSectionId" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 48294 | + <ReturnType Type="graph.teamworkSectionItem" /> |
| 48295 | + </Action> |
48241 | 48296 | <Action Name="moveDevicesToOU" IsBound="true"> |
48242 | 48297 | <Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" /> |
48243 | 48298 | <Parameter Name="deviceIds" Type="Collection(Edm.Guid)" Nullable="false" /> |
|
53940 | 53995 | <Term Name="legacyName" Type="Edm.String" AppliesTo="microsoft.graph.identitySet" /> |
53941 | 53996 | <Term Name="licenseRequired" Type="Edm.String" AppliesTo="microsoft.graph.applicationTemplate)" /> |
53942 | 53997 | <Term Name="originalSourceMembershipUrl" Type="Edm.String" AppliesTo="microsoft.graph.aadUserConversationMember" /> |
| 53998 | + <Term Name="sectionsOrder" Type="Collection(Edm.String)" /> |
| 53999 | + <Term Name="sectionsVersion" Type="Edm.String" /> |
53943 | 54000 | <Term Name="sharedChanged" Type="Edm.Boolean" AppliesTo="microsoft.graph.driveItem" /> |
53944 | 54001 | <Term Name="sourceUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" /> |
53945 | 54002 | <Term Name="teamCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.team" /> |
@@ -101237,6 +101294,9 @@ |
101237 | 101294 | </Collection> |
101238 | 101295 | </Annotation> |
101239 | 101296 | </Annotations> |
| 101297 | + <Annotations Target="microsoft.graph.userTeamwork/sections"> |
| 101298 | + <Annotation Term="Org.OData.Core.V1.Description" String="User's teamwork sections for organizing chats and channels. The collection response may include @microsoft.graph.sectionsOrder and @microsoft.graph.sectionsVersion instance annotations for ordering and optimistic concurrency control." /> |
| 101299 | + </Annotations> |
101240 | 101300 | <Annotations Target="microsoft.graph.validate(Collection(microsoft.graph.crossTenantMigrationJob), Edm.String, Edm.String, Edm.String, microsoft.graph.exchangeOnlineCrossTenantMigrationSettings, Collection(Edm.String), Edm.String, Collection(Edm.String))"> |
101241 | 101301 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
101242 | 101302 | <Collection> |
|
0 commit comments