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
175 changes: 23 additions & 152 deletions schemas/annotated-beta-Prod.csdl

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -19094,6 +19094,7 @@
<Action Name="clockIn" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.timeCard)" />
<Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" />
<Parameter Name="onBehalfOfUserId" Type="Edm.String" Unicode="false" />
<Parameter Name="notes" Type="graph.itemBody" />
<ReturnType Type="graph.timeCard" />
</Action>
Expand Down Expand Up @@ -19185,6 +19186,10 @@
<Parameter Name="bindingParameter" Type="Collection(graph.riskyUser)" />
<Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" />
</Action>
<Action Name="confirmSafe" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.riskyUser)" />
<Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" />
</Action>
<Action Name="convert" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
<Parameter Name="number" Type="graph.Json" />
Expand Down
42 changes: 42 additions & 0 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@
</Collection>
</Annotation>
</EntityType>
<EntityType Name="conditionalAccessRoot" />
<EntityType Name="contract" BaseType="graph.directoryObject" OpenType="true">
<Property Name="contractType" Type="Edm.String" />
<Property Name="customerId" Type="Edm.Guid" />
Expand Down Expand Up @@ -1183,6 +1184,7 @@
</Annotation>
</EntityType>
<EntityType Name="homeRealmDiscoveryPolicy" BaseType="graph.stsPolicy" />
<EntityType Name="identityContainer" />
<EntityType Name="identityProviderBase" BaseType="graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" />
</EntityType>
Expand Down Expand Up @@ -1396,6 +1398,11 @@
<NavigationProperty Name="roleDefinitions" Type="Collection(graph.unifiedRoleDefinition)" ContainsTarget="true" />
<NavigationProperty Name="transitiveRoleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="rbacApplicationMultiple" BaseType="graph.entity">
<NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" />
<NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignmentMultiple)" ContainsTarget="true" />
<NavigationProperty Name="roleDefinitions" Type="Collection(graph.unifiedRoleDefinition)" ContainsTarget="true" />
</EntityType>
<EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity">
<Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" />
Expand Down Expand Up @@ -1568,6 +1575,19 @@
<NavigationProperty Name="principal" Type="graph.directoryObject" />
<NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" />
</EntityType>
<EntityType Name="unifiedRoleAssignmentMultiple" BaseType="graph.entity">
<Property Name="appScopeIds" Type="Collection(Edm.String)" />
<Property Name="condition" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<Property Name="directoryScopeIds" Type="Collection(Edm.String)" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="principalIds" Type="Collection(Edm.String)" />
<Property Name="roleDefinitionId" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="appScopes" Type="Collection(graph.appScope)" ContainsTarget="true" />
<NavigationProperty Name="directoryScopes" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="principals" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" />
</EntityType>
<EntityType Name="unifiedRoleDefinition" BaseType="graph.entity">
<Property Name="allowedPrincipalTypes" Type="graph.allowedRolePrincipalTypes" />
<Property Name="description" Type="Edm.String" />
Expand Down Expand Up @@ -1760,6 +1780,13 @@
<Parameter Name="type" Type="Edm.String" Unicode="false" />
<ReturnType Type="graph.directoryObject" />
</Action>
<Action Name="importResourceActions" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.unifiedRbacResourceNamespace" />
<Parameter Name="format" Type="Edm.String" Nullable="false" Unicode="false" />
<Parameter Name="value" Type="Edm.String" Nullable="false" Unicode="false" />
<Parameter Name="overwriteResourceNamespace" Type="Edm.Boolean" Nullable="false" />
<ReturnType Type="graph.unifiedRbacResourceNamespace" />
</Action>
<Action Name="invalidateAllRefreshTokens" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.user" Nullable="false" />
<ReturnType Type="Edm.Boolean" />
Expand Down Expand Up @@ -1820,6 +1847,19 @@
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<ReturnType Type="graph.domain" />
</Action>
<Function Name="assignedPrincipals" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="graph.unifiedRoleDefinition" Nullable="false" />
<Parameter Name="transitive" Type="Edm.Boolean" Nullable="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="directoryScopeType" Type="Edm.String" Nullable="false" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="directoryScopeId" Type="Edm.String" Nullable="false" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="Collection(graph.directoryObject)" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.administrativeUnit)" />
<ReturnType Type="Collection(graph.administrativeUnit)" />
Expand Down Expand Up @@ -1947,10 +1987,12 @@
<NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
</EntitySet>
<Singleton Name="conditionalAccess" Type="microsoft.graph.conditionalAccessRoot" />
<Singleton Name="directory" Type="microsoft.graph.directory">
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
</Singleton>
<Singleton Name="identity" Type="microsoft.graph.identityContainer" />
<Singleton Name="me" Type="microsoft.graph.user">
<NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
<NavigationPropertyBinding Path="directReports" Target="directoryObjects" />
Expand Down
Loading