Skip to content
Merged
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
1,422 changes: 1,369 additions & 53 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

2,132 changes: 2,078 additions & 54 deletions schemas/beta-Delos.csdl

Large diffs are not rendered by default.

1,460 changes: 1,405 additions & 55 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

111 changes: 111 additions & 0 deletions schemas/beta-GovSG.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,9 @@
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="inheritedAppRoleAssignments" Type="Collection(graph.appRoleAssignment)" />
<NavigationProperty Name="inheritedOauth2PermissionGrants" Type="Collection(graph.oAuth2PermissionGrant)" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
Expand All @@ -914,6 +917,7 @@
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
Expand Down Expand Up @@ -1701,6 +1705,7 @@
</EntityType>
<EntityType Name="roleManagement">
<NavigationProperty Name="directory" Type="graph.rbacApplication" ContainsTarget="true" />
<NavigationProperty Name="enterpriseApps" Type="Collection(graph.rbacApplication)" ContainsTarget="true" />
</EntityType>
<EntityType Name="samlOrWsFedExternalDomainFederation" BaseType="graph.samlOrWsFedProvider">
<NavigationProperty Name="domains" Type="Collection(graph.externalDomainName)" ContainsTarget="true" />
Expand Down Expand Up @@ -2351,9 +2356,115 @@
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/inheritedAppRoleAssignments">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" 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" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/inheritedOauth2PermissionGrants">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" 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" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentity/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentityBlueprint/createdByAppId">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.application">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
Expand Down
Loading
Loading