|
4080 | 4080 | <Member Name="trustedNamedLocation" Value="4" /> |
4081 | 4081 | <Member Name="unknownFutureValue" Value="5" /> |
4082 | 4082 | </EnumType> |
| 4083 | + <EnumType Name="nonAdminSetting"> |
| 4084 | + <Member Name="false" Value="0" /> |
| 4085 | + <Member Name="true" Value="1" /> |
| 4086 | + <Member Name="unknownFutureValue" Value="2" /> |
| 4087 | + </EnumType> |
4083 | 4088 | <EnumType Name="nonEapAuthenticationMethodForEapTtlsType"> |
4084 | 4089 | <Member Name="unencryptedPassword" Value="0" /> |
4085 | 4090 | <Member Name="challengeHandshakeAuthenticationProtocol" Value="1" /> |
|
11548 | 11553 | <Property Name="id" Type="Edm.String" /> |
11549 | 11554 | </ComplexType> |
11550 | 11555 | <ComplexType Name="siteArchivalDetails"> |
| 11556 | + <Property Name="archivedBy" Type="graph.identitySet" /> |
| 11557 | + <Property Name="archivedDateTime" Type="Edm.DateTimeOffset" /> |
11551 | 11558 | <Property Name="archiveStatus" Type="graph.siteArchiveStatus" /> |
11552 | 11559 | </ComplexType> |
11553 | 11560 | <ComplexType Name="siteCollection"> |
|
11576 | 11583 | <ComplexType Name="storagePlanInformation"> |
11577 | 11584 | <Property Name="upgradeAvailable" Type="Edm.Boolean" /> |
11578 | 11585 | </ComplexType> |
| 11586 | + <ComplexType Name="stringDictionary" BaseType="graph.Dictionary" OpenType="true" /> |
11579 | 11587 | <ComplexType Name="stringKeyAttributeMappingSourceValuePair"> |
11580 | 11588 | <Property Name="key" Type="Edm.String" /> |
11581 | 11589 | <Property Name="value" Type="graph.attributeMappingSource" /> |
|
13397 | 13405 | </EntityType> |
13398 | 13406 | <EntityType Name="activityBasedTimeoutPolicy" BaseType="graph.stsPolicy" /> |
13399 | 13407 | <EntityType Name="admin"> |
| 13408 | + <NavigationProperty Name="entra" Type="graph.entra" ContainsTarget="true" /> |
13400 | 13409 | <NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" /> |
13401 | 13410 | <NavigationProperty Name="reportSettings" Type="graph.adminReportSettings" ContainsTarget="true" /> |
13402 | 13411 | <NavigationProperty Name="serviceAnnouncement" Type="graph.serviceAnnouncement" ContainsTarget="true" /> |
|
17398 | 17407 | </Key> |
17399 | 17408 | <Property Name="id" Type="Edm.String" Nullable="false" /> |
17400 | 17409 | </EntityType> |
| 17410 | + <EntityType Name="entra" BaseType="graph.entity" /> |
17401 | 17411 | <EntityType Name="event" BaseType="graph.outlookItem" OpenType="true"> |
17402 | 17412 | <Property Name="allowNewTimeProposals" Type="Edm.Boolean" /> |
17403 | 17413 | <Property Name="attendees" Type="Collection(graph.attendee)" /> |
|
17544 | 17554 | <NavigationProperty Name="deletedContainers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" /> |
17545 | 17555 | </EntityType> |
17546 | 17556 | <EntityType Name="fileStorageContainer" BaseType="graph.entity"> |
| 17557 | + <Property Name="archivalDetails" Type="graph.siteArchivalDetails" /> |
17547 | 17558 | <Property Name="assignedSensitivityLabel" Type="graph.assignedLabel" /> |
17548 | 17559 | <Property Name="containerTypeId" Type="Edm.Guid" Nullable="false" /> |
17549 | 17560 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
|
17563 | 17574 | <NavigationProperty Name="migrationJobs" Type="Collection(graph.sharePointMigrationJob)" ContainsTarget="true" /> |
17564 | 17575 | <NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" /> |
17565 | 17576 | <NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" /> |
| 17577 | + <NavigationProperty Name="sharePointGroups" Type="Collection(graph.sharePointGroup)" ContainsTarget="true" /> |
17566 | 17578 | </EntityType> |
17567 | 17579 | <EntityType Name="fileStorageContainerType" BaseType="graph.entity"> |
17568 | 17580 | <Property Name="billingClassification" Type="graph.fileStorageContainerBillingClassification" Nullable="false" /> |
|
19968 | 19980 | <NavigationProperty Name="appLogCollectionRequests" Type="Collection(graph.appLogCollectionRequest)" ContainsTarget="true" /> |
19969 | 19981 | </EntityType> |
19970 | 19982 | <EntityType Name="mobileContainedApp" BaseType="graph.entity" Abstract="true" /> |
19971 | | - <EntityType Name="mobileDeviceManagementPolicy" BaseType="graph.mobilityManagementPolicy" /> |
| 19983 | + <EntityType Name="mobileDeviceManagementPolicy" BaseType="graph.mobilityManagementPolicy"> |
| 19984 | + <Property Name="isMdmEnrollmentDuringRegistrationDisabled" Type="Edm.Boolean" Nullable="false" /> |
| 19985 | + </EntityType> |
19972 | 19986 | <EntityType Name="mobileLobApp" BaseType="graph.mobileApp" Abstract="true"> |
19973 | 19987 | <Property Name="committedContentVersion" Type="Edm.String" /> |
19974 | 19988 | <Property Name="fileName" Type="Edm.String" /> |
|
20187 | 20201 | <EntityType Name="onInteractiveAuthFlowStartListener" BaseType="graph.authenticationEventListener"> |
20188 | 20202 | <Property Name="handler" Type="graph.onInteractiveAuthFlowStartHandler" /> |
20189 | 20203 | </EntityType> |
| 20204 | + <EntityType Name="onPremAuthenticationPolicy" BaseType="graph.stsPolicy" /> |
20190 | 20205 | <EntityType Name="onPremisesAgent" BaseType="graph.entity"> |
20191 | 20206 | <Property Name="externalIp" Type="Edm.String" Nullable="false" /> |
20192 | 20207 | <Property Name="machineName" Type="Edm.String" Nullable="false" /> |
|
20310 | 20325 | </EntityType> |
20311 | 20326 | <EntityType Name="organizationalBranding" BaseType="graph.organizationalBrandingProperties"> |
20312 | 20327 | <NavigationProperty Name="localizations" Type="Collection(graph.organizationalBrandingLocalization)" ContainsTarget="true" /> |
| 20328 | + <NavigationProperty Name="themes" Type="Collection(graph.organizationalBrandingTheme)" ContainsTarget="true" /> |
20313 | 20329 | </EntityType> |
20314 | 20330 | <EntityType Name="organizationalBrandingLocalization" BaseType="graph.organizationalBrandingProperties" /> |
20315 | 20331 | <EntityType Name="organizationalBrandingProperties" BaseType="graph.entity" Abstract="true"> |
|
20345 | 20361 | <Property Name="squareLogoRelativeUrl" Type="Edm.String" /> |
20346 | 20362 | <Property Name="usernameHintText" Type="Edm.String" /> |
20347 | 20363 | </EntityType> |
| 20364 | + <EntityType Name="organizationalBrandingTheme" BaseType="graph.entity"> |
| 20365 | + <Property Name="isDefaultTheme" Type="Edm.Boolean" /> |
| 20366 | + <Property Name="name" Type="Edm.String" Nullable="false" /> |
| 20367 | + <NavigationProperty Name="localizations" Type="Collection(graph.organizationalBrandingThemeLocalization)" ContainsTarget="true" /> |
| 20368 | + </EntityType> |
| 20369 | + <EntityType Name="organizationalBrandingThemeLocalization"> |
| 20370 | + <Key> |
| 20371 | + <PropertyRef Name="locale" /> |
| 20372 | + </Key> |
| 20373 | + <Property Name="accountResetCredentials" Type="graph.loginPageBrandingVisualElement" /> |
| 20374 | + <Property Name="backgroundImage" Type="Edm.Stream" /> |
| 20375 | + <Property Name="backgroundImageRelativeUrl" Type="Edm.String" /> |
| 20376 | + <Property Name="bannerLogo" Type="Edm.Stream" /> |
| 20377 | + <Property Name="bannerLogoRelativeUrl" Type="Edm.String" /> |
| 20378 | + <Property Name="cannotAccessYourAccount" Type="graph.loginPageBrandingVisualElement" /> |
| 20379 | + <Property Name="cdnHosts" Type="Collection(Edm.String)" /> |
| 20380 | + <Property Name="contentCustomization" Type="graph.contentCustomization" /> |
| 20381 | + <Property Name="customCSS" Type="Edm.Stream" /> |
| 20382 | + <Property Name="customCSSRelativeUrl" Type="Edm.String" /> |
| 20383 | + <Property Name="favicon" Type="Edm.Stream" /> |
| 20384 | + <Property Name="faviconRelativeUrl" Type="Edm.String" /> |
| 20385 | + <Property Name="forgotMyPassword" Type="graph.loginPageBrandingVisualElement" /> |
| 20386 | + <Property Name="headerBackgroundColor" Type="Edm.String" /> |
| 20387 | + <Property Name="headerLogo" Type="Edm.Stream" /> |
| 20388 | + <Property Name="headerLogoRelativeUrl" Type="Edm.String" /> |
| 20389 | + <Property Name="locale" Type="Edm.String" Nullable="false" /> |
| 20390 | + <Property Name="loginPageLayoutConfiguration" Type="graph.loginPageLayoutConfiguration" /> |
| 20391 | + <Property Name="pageBackgroundColor" Type="Edm.String" /> |
| 20392 | + <Property Name="privacyAndCookies" Type="graph.loginPageBrandingVisualElement" /> |
| 20393 | + <Property Name="resetItNow" Type="graph.loginPageBrandingVisualElement" /> |
| 20394 | + <Property Name="signInPageText" Type="Edm.String" /> |
| 20395 | + <Property Name="squareLogo" Type="Edm.Stream" /> |
| 20396 | + <Property Name="squareLogoDark" Type="Edm.Stream" /> |
| 20397 | + <Property Name="squareLogoDarkRelativeUrl" Type="Edm.String" /> |
| 20398 | + <Property Name="squareLogoRelativeUrl" Type="Edm.String" /> |
| 20399 | + <Property Name="termsOfUse" Type="graph.loginPageBrandingVisualElement" /> |
| 20400 | + <Property Name="usernameHintText" Type="Edm.String" /> |
| 20401 | + </EntityType> |
20348 | 20402 | <EntityType Name="organizationSettings" BaseType="graph.entity"> |
20349 | 20403 | <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
20350 | 20404 | </EntityType> |
|
20622 | 20676 | <NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" /> |
20623 | 20677 | <NavigationProperty Name="mobileAppManagementPolicies" Type="Collection(graph.mobileAppManagementPolicy)" ContainsTarget="true" /> |
20624 | 20678 | <NavigationProperty Name="mobileDeviceManagementPolicies" Type="Collection(graph.mobileDeviceManagementPolicy)" ContainsTarget="true" /> |
| 20679 | + <NavigationProperty Name="onPremAuthenticationPolicies" Type="Collection(graph.onPremAuthenticationPolicy)" ContainsTarget="true" /> |
20625 | 20680 | <NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" /> |
20626 | 20681 | <NavigationProperty Name="permissionGrantPreApprovalPolicies" Type="Collection(graph.permissionGrantPreApprovalPolicy)" ContainsTarget="true" /> |
20627 | 20682 | <NavigationProperty Name="roleManagementPolicies" Type="Collection(graph.unifiedRoleManagementPolicy)" ContainsTarget="true" /> |
|
21376 | 21431 | <EntityType Name="sharepoint" BaseType="graph.entity"> |
21377 | 21432 | <NavigationProperty Name="settings" Type="graph.sharepointSettings" ContainsTarget="true" /> |
21378 | 21433 | </EntityType> |
| 21434 | + <EntityType Name="sharePointGroup" BaseType="graph.entity"> |
| 21435 | + <Property Name="description" Type="Edm.String" /> |
| 21436 | + <Property Name="title" Type="Edm.String" Nullable="false" /> |
| 21437 | + <NavigationProperty Name="members" Type="Collection(graph.sharePointGroupMember)" ContainsTarget="true" /> |
| 21438 | + </EntityType> |
| 21439 | + <EntityType Name="sharePointGroupMember" BaseType="graph.entity"> |
| 21440 | + <Property Name="identity" Type="graph.sharePointIdentitySet" /> |
| 21441 | + </EntityType> |
21379 | 21442 | <EntityType Name="sharePointMigrationEvent" BaseType="graph.entity"> |
21380 | 21443 | <Property Name="correlationId" Type="Edm.String" Nullable="false" /> |
21381 | 21444 | <Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
|
23080 | 23143 | <NavigationProperty Name="associatedTeams" Type="Collection(graph.associatedTeamInfo)" ContainsTarget="true" /> |
23081 | 23144 | <NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true" /> |
23082 | 23145 | </EntityType> |
| 23146 | + <EntityType Name="uxSetting" BaseType="graph.entity"> |
| 23147 | + <Property Name="restrictNonAdminAccess" Type="graph.nonAdminSetting" Nullable="false" /> |
| 23148 | + </EntityType> |
23083 | 23149 | <EntityType Name="verticalSection" BaseType="graph.entity"> |
23084 | 23150 | <Property Name="emphasis" Type="graph.sectionEmphasisType" /> |
23085 | 23151 | <NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" /> |
|
30164 | 30230 | <ComplexType Name="triggerAttribute"> |
30165 | 30231 | <Property Name="name" Type="Edm.String" Nullable="false" /> |
30166 | 30232 | </ComplexType> |
| 30233 | + <ComplexType Name="userInactivityTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"> |
| 30234 | + <Property Name="inactivityPeriodInDays" Type="Edm.Int32" Nullable="false" /> |
| 30235 | + </ComplexType> |
30167 | 30236 | <ComplexType Name="usersProcessingSummary"> |
30168 | 30237 | <Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /> |
30169 | 30238 | <Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /> |
|
0 commit comments