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
111 changes: 111 additions & 0 deletions schemas/beta-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
<Member Name="intermediate" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="changeType">
<Member Name="created" Value="0" />
<Member Name="updated" Value="1" />
<Member Name="deleted" Value="2" />
</EnumType>
<EnumType Name="crossTenantAccessPolicyTargetConfigurationAccessType">
<Member Name="allowed" Value="1" />
<Member Name="blocked" Value="2" />
Expand Down Expand Up @@ -156,6 +161,11 @@
<Member Name="verticalSplit" Value="1" />
<Member Name="unknownFutureValue" Value="10" />
</EnumType>
<EnumType Name="lifecycleEventType">
<Member Name="missed" Value="0" />
<Member Name="subscriptionRemoved" Value="1" />
<Member Name="reauthorizationRequired" Value="2" />
</EnumType>
<EnumType Name="mutability">
<Member Name="ReadWrite" Value="0" />
<Member Name="ReadOnly" Value="1" />
Expand Down Expand Up @@ -576,6 +586,29 @@
<Property Name="issuer" Type="Edm.String" Nullable="false" />
<Property Name="issuerSki" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="changeNotification">
<Property Name="changeType" Type="graph.changeType" Nullable="false" />
<Property Name="clientState" Type="Edm.String" />
<Property Name="encryptedContent" Type="graph.changeNotificationEncryptedContent" />
<Property Name="id" Type="Edm.String" />
<Property Name="lifecycleEvent" Type="graph.lifecycleEventType" />
<Property Name="resource" Type="Edm.String" Nullable="false" />
<Property Name="resourceData" Type="graph.resourceData" />
<Property Name="subscriptionExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="subscriptionId" Type="Edm.Guid" Nullable="false" />
<Property Name="tenantId" Type="Edm.Guid" Nullable="false" />
</ComplexType>
<ComplexType Name="changeNotificationCollection">
<Property Name="validationTokens" Type="Collection(Edm.String)" />
<Property Name="value" Type="Collection(graph.changeNotification)" Nullable="false" />
</ComplexType>
<ComplexType Name="changeNotificationEncryptedContent">
<Property Name="data" Type="Edm.String" Nullable="false" />
<Property Name="dataKey" Type="Edm.String" Nullable="false" />
<Property Name="dataSignature" Type="Edm.String" Nullable="false" />
<Property Name="encryptionCertificateId" Type="Edm.String" Nullable="false" />
<Property Name="encryptionCertificateThumbprint" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="cloudRealtimeCommunicationInfo">
<Property Name="isSipEnabled" Type="Edm.Boolean" />
</ComplexType>
Expand Down Expand Up @@ -1182,6 +1215,7 @@
<Property Name="id" Type="Edm.Guid" Nullable="false" />
<Property Name="type" Type="Edm.String" />
</ComplexType>
<ComplexType Name="resourceData" OpenType="true" />
<ComplexType Name="resourcePermission">
<Property Name="type" Type="Edm.String" Nullable="false" />
<Property Name="value" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -1923,6 +1957,7 @@
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
<NavigationProperty Name="planner" Type="graph.plannerGroup" ContainsTarget="true" />
Expand Down Expand Up @@ -2009,6 +2044,9 @@
<Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" />
<Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" />
</EntityType>
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true">
<Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" />
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
Expand Down Expand Up @@ -2092,6 +2130,7 @@
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
</EntityType>
Expand Down Expand Up @@ -2411,6 +2450,20 @@
<Property Name="skuPartNumber" Type="Edm.String" />
<Property Name="subscriptionIds" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="subscription" BaseType="graph.entity">
<Property Name="applicationId" Type="Edm.String" />
<Property Name="changeType" Type="Edm.String" Nullable="false" />
<Property Name="clientState" Type="Edm.String" />
<Property Name="creatorId" Type="Edm.String" />
<Property Name="encryptionCertificate" Type="Edm.String" />
<Property Name="encryptionCertificateId" Type="Edm.String" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="includeResourceData" Type="Edm.Boolean" />
<Property Name="latestSupportedTlsVersion" Type="Edm.String" />
<Property Name="lifecycleNotificationUrl" Type="Edm.String" />
<Property Name="notificationUrl" Type="Edm.String" Nullable="false" />
<Property Name="resource" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="synchronization" BaseType="graph.entity">
<Property Name="secrets" Type="Collection(graph.synchronizationSecretKeyStringValuePair)" />
<NavigationProperty Name="jobs" Type="Collection(graph.synchronizationJob)" ContainsTarget="true" />
Expand Down Expand Up @@ -2755,6 +2808,9 @@
<Parameter Name="parameters" Type="Collection(graph.synchronizationJobApplicationParameters)" />
<ReturnType Type="graph.stringKeyStringValuePair" Nullable="false" />
</Action>
<Action Name="reauthorize" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.subscription" />
</Action>
<Action Name="removeKey" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.application" Nullable="false" />
<Parameter Name="keyId" Type="Edm.Guid" Nullable="false" />
Expand Down Expand Up @@ -2990,6 +3046,7 @@
</EntitySet>
<EntitySet Name="settings" EntityType="microsoft.graph.directorySetting" />
<EntitySet Name="subscribedSkus" EntityType="microsoft.graph.subscribedSku" />
<EntitySet Name="subscriptions" EntityType="microsoft.graph.subscription" />
<EntitySet Name="users" EntityType="microsoft.graph.user">
<NavigationPropertyBinding Path="appRoleAssignedResources" Target="servicePrincipals" />
<NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
Expand Down Expand Up @@ -3337,6 +3394,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/contacts">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -3385,6 +3452,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/groups">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -3666,6 +3743,40 @@
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.subscription">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Referenceable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
<Record>
<PropertyValue Property="Selectable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.synchronization">
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
Expand Down
25 changes: 25 additions & 0 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="Collection(graph.directorySetting)" ContainsTarget="true" />
Expand Down Expand Up @@ -1244,6 +1245,9 @@
<Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" />
<Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" />
</EntityType>
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true">
<Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" />
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
Expand Down Expand Up @@ -1327,6 +1331,7 @@
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
</EntityType>
Expand Down Expand Up @@ -2324,6 +2329,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/contacts">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -2372,6 +2387,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/groups">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down
Loading
Loading