Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
681 changes: 678 additions & 3 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,7 @@
<Property Name="onPremisesSamAccountName" Type="Edm.String" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="organizationId" Type="Edm.String" />
<Property Name="preferredDataLocation" Type="Edm.String" />
<Property Name="preferredLanguage" Type="Edm.String" />
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
Expand Down Expand Up @@ -1598,6 +1599,7 @@
<Property Name="condition" Type="Edm.String" />
<Property Name="directoryScopeId" Type="Edm.String" />
<Property Name="principalId" Type="Edm.String" />
<Property Name="principalOrganizationId" Type="Edm.String" />
<Property Name="resourceScope" Type="Edm.String" />
<Property Name="roleDefinitionId" Type="Edm.String" />
<NavigationProperty Name="appScope" Type="graph.appScope" ContainsTarget="true" />
Expand Down
189 changes: 187 additions & 2 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

71 changes: 70 additions & 1 deletion schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -4080,6 +4080,11 @@
<Member Name="trustedNamedLocation" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
</EnumType>
<EnumType Name="nonAdminSetting">
<Member Name="false" Value="0" />
<Member Name="true" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="nonEapAuthenticationMethodForEapTtlsType">
<Member Name="unencryptedPassword" Value="0" />
<Member Name="challengeHandshakeAuthenticationProtocol" Value="1" />
Expand Down Expand Up @@ -11548,6 +11553,8 @@
<Property Name="id" Type="Edm.String" />
</ComplexType>
<ComplexType Name="siteArchivalDetails">
<Property Name="archivedBy" Type="graph.identitySet" />
<Property Name="archivedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="archiveStatus" Type="graph.siteArchiveStatus" />
</ComplexType>
<ComplexType Name="siteCollection">
Expand Down Expand Up @@ -11576,6 +11583,7 @@
<ComplexType Name="storagePlanInformation">
<Property Name="upgradeAvailable" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="stringDictionary" BaseType="graph.Dictionary" OpenType="true" />
<ComplexType Name="stringKeyAttributeMappingSourceValuePair">
<Property Name="key" Type="Edm.String" />
<Property Name="value" Type="graph.attributeMappingSource" />
Expand Down Expand Up @@ -13397,6 +13405,7 @@
</EntityType>
<EntityType Name="activityBasedTimeoutPolicy" BaseType="graph.stsPolicy" />
<EntityType Name="admin">
<NavigationProperty Name="entra" Type="graph.entra" ContainsTarget="true" />
<NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" />
<NavigationProperty Name="reportSettings" Type="graph.adminReportSettings" ContainsTarget="true" />
<NavigationProperty Name="serviceAnnouncement" Type="graph.serviceAnnouncement" ContainsTarget="true" />
Expand Down Expand Up @@ -17398,6 +17407,7 @@
</Key>
<Property Name="id" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="entra" BaseType="graph.entity" />
<EntityType Name="event" BaseType="graph.outlookItem" OpenType="true">
<Property Name="allowNewTimeProposals" Type="Edm.Boolean" />
<Property Name="attendees" Type="Collection(graph.attendee)" />
Expand Down Expand Up @@ -17544,6 +17554,7 @@
<NavigationProperty Name="deletedContainers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" />
</EntityType>
<EntityType Name="fileStorageContainer" BaseType="graph.entity">
<Property Name="archivalDetails" Type="graph.siteArchivalDetails" />
<Property Name="assignedSensitivityLabel" Type="graph.assignedLabel" />
<Property Name="containerTypeId" Type="Edm.Guid" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand All @@ -17563,6 +17574,7 @@
<NavigationProperty Name="migrationJobs" Type="Collection(graph.sharePointMigrationJob)" ContainsTarget="true" />
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
<NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" />
<NavigationProperty Name="sharePointGroups" Type="Collection(graph.sharePointGroup)" ContainsTarget="true" />
</EntityType>
<EntityType Name="fileStorageContainerType" BaseType="graph.entity">
<Property Name="billingClassification" Type="graph.fileStorageContainerBillingClassification" Nullable="false" />
Expand Down Expand Up @@ -19968,7 +19980,9 @@
<NavigationProperty Name="appLogCollectionRequests" Type="Collection(graph.appLogCollectionRequest)" ContainsTarget="true" />
</EntityType>
<EntityType Name="mobileContainedApp" BaseType="graph.entity" Abstract="true" />
<EntityType Name="mobileDeviceManagementPolicy" BaseType="graph.mobilityManagementPolicy" />
<EntityType Name="mobileDeviceManagementPolicy" BaseType="graph.mobilityManagementPolicy">
<Property Name="isMdmEnrollmentDuringRegistrationDisabled" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="mobileLobApp" BaseType="graph.mobileApp" Abstract="true">
<Property Name="committedContentVersion" Type="Edm.String" />
<Property Name="fileName" Type="Edm.String" />
Expand Down Expand Up @@ -20187,6 +20201,7 @@
<EntityType Name="onInteractiveAuthFlowStartListener" BaseType="graph.authenticationEventListener">
<Property Name="handler" Type="graph.onInteractiveAuthFlowStartHandler" />
</EntityType>
<EntityType Name="onPremAuthenticationPolicy" BaseType="graph.stsPolicy" />
<EntityType Name="onPremisesAgent" BaseType="graph.entity">
<Property Name="externalIp" Type="Edm.String" Nullable="false" />
<Property Name="machineName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -20310,6 +20325,7 @@
</EntityType>
<EntityType Name="organizationalBranding" BaseType="graph.organizationalBrandingProperties">
<NavigationProperty Name="localizations" Type="Collection(graph.organizationalBrandingLocalization)" ContainsTarget="true" />
<NavigationProperty Name="themes" Type="Collection(graph.organizationalBrandingTheme)" ContainsTarget="true" />
</EntityType>
<EntityType Name="organizationalBrandingLocalization" BaseType="graph.organizationalBrandingProperties" />
<EntityType Name="organizationalBrandingProperties" BaseType="graph.entity" Abstract="true">
Expand Down Expand Up @@ -20345,6 +20361,44 @@
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
<Property Name="usernameHintText" Type="Edm.String" />
</EntityType>
<EntityType Name="organizationalBrandingTheme" BaseType="graph.entity">
<Property Name="isDefaultTheme" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="localizations" Type="Collection(graph.organizationalBrandingThemeLocalization)" ContainsTarget="true" />
</EntityType>
<EntityType Name="organizationalBrandingThemeLocalization">
<Key>
<PropertyRef Name="locale" />
</Key>
<Property Name="accountResetCredentials" Type="graph.loginPageBrandingVisualElement" />
<Property Name="backgroundImage" Type="Edm.Stream" />
<Property Name="backgroundImageRelativeUrl" Type="Edm.String" />
<Property Name="bannerLogo" Type="Edm.Stream" />
<Property Name="bannerLogoRelativeUrl" Type="Edm.String" />
<Property Name="cannotAccessYourAccount" Type="graph.loginPageBrandingVisualElement" />
<Property Name="cdnHosts" Type="Collection(Edm.String)" />
<Property Name="contentCustomization" Type="graph.contentCustomization" />
<Property Name="customCSS" Type="Edm.Stream" />
<Property Name="customCSSRelativeUrl" Type="Edm.String" />
<Property Name="favicon" Type="Edm.Stream" />
<Property Name="faviconRelativeUrl" Type="Edm.String" />
<Property Name="forgotMyPassword" Type="graph.loginPageBrandingVisualElement" />
<Property Name="headerBackgroundColor" Type="Edm.String" />
<Property Name="headerLogo" Type="Edm.Stream" />
<Property Name="headerLogoRelativeUrl" Type="Edm.String" />
<Property Name="locale" Type="Edm.String" Nullable="false" />
<Property Name="loginPageLayoutConfiguration" Type="graph.loginPageLayoutConfiguration" />
<Property Name="pageBackgroundColor" Type="Edm.String" />
<Property Name="privacyAndCookies" Type="graph.loginPageBrandingVisualElement" />
<Property Name="resetItNow" Type="graph.loginPageBrandingVisualElement" />
<Property Name="signInPageText" Type="Edm.String" />
<Property Name="squareLogo" Type="Edm.Stream" />
<Property Name="squareLogoDark" Type="Edm.Stream" />
<Property Name="squareLogoDarkRelativeUrl" Type="Edm.String" />
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
<Property Name="termsOfUse" Type="graph.loginPageBrandingVisualElement" />
<Property Name="usernameHintText" Type="Edm.String" />
</EntityType>
<EntityType Name="organizationSettings" BaseType="graph.entity">
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
</EntityType>
Expand Down Expand Up @@ -20622,6 +20676,7 @@
<NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" />
<NavigationProperty Name="mobileAppManagementPolicies" Type="Collection(graph.mobileAppManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="mobileDeviceManagementPolicies" Type="Collection(graph.mobileDeviceManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="onPremAuthenticationPolicies" Type="Collection(graph.onPremAuthenticationPolicy)" ContainsTarget="true" />
<NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" />
<NavigationProperty Name="permissionGrantPreApprovalPolicies" Type="Collection(graph.permissionGrantPreApprovalPolicy)" ContainsTarget="true" />
<NavigationProperty Name="roleManagementPolicies" Type="Collection(graph.unifiedRoleManagementPolicy)" ContainsTarget="true" />
Expand Down Expand Up @@ -21376,6 +21431,14 @@
<EntityType Name="sharepoint" BaseType="graph.entity">
<NavigationProperty Name="settings" Type="graph.sharepointSettings" ContainsTarget="true" />
</EntityType>
<EntityType Name="sharePointGroup" BaseType="graph.entity">
<Property Name="description" Type="Edm.String" />
<Property Name="title" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="members" Type="Collection(graph.sharePointGroupMember)" ContainsTarget="true" />
</EntityType>
<EntityType Name="sharePointGroupMember" BaseType="graph.entity">
<Property Name="identity" Type="graph.sharePointIdentitySet" />
</EntityType>
<EntityType Name="sharePointMigrationEvent" BaseType="graph.entity">
<Property Name="correlationId" Type="Edm.String" Nullable="false" />
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand Down Expand Up @@ -23080,6 +23143,9 @@
<NavigationProperty Name="associatedTeams" Type="Collection(graph.associatedTeamInfo)" ContainsTarget="true" />
<NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true" />
</EntityType>
<EntityType Name="uxSetting" BaseType="graph.entity">
<Property Name="restrictNonAdminAccess" Type="graph.nonAdminSetting" Nullable="false" />
</EntityType>
<EntityType Name="verticalSection" BaseType="graph.entity">
<Property Name="emphasis" Type="graph.sectionEmphasisType" />
<NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" />
Expand Down Expand Up @@ -30164,6 +30230,9 @@
<ComplexType Name="triggerAttribute">
<Property Name="name" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="userInactivityTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger">
<Property Name="inactivityPeriodInDays" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="usersProcessingSummary">
<Property Name="failedTasks" Type="Edm.Int32" Nullable="false" />
<Property Name="failedUsers" Type="Edm.Int32" Nullable="false" />
Expand Down
Loading
Loading