|
847 | 847 | </Collection> |
848 | 848 | </Annotation> |
849 | 849 | </EntityType> |
| 850 | + <EntityType Name="conditionalAccessRoot" /> |
850 | 851 | <EntityType Name="contract" BaseType="graph.directoryObject" OpenType="true"> |
851 | 852 | <Property Name="contractType" Type="Edm.String" /> |
852 | 853 | <Property Name="customerId" Type="Edm.Guid" /> |
|
1183 | 1184 | </Annotation> |
1184 | 1185 | </EntityType> |
1185 | 1186 | <EntityType Name="homeRealmDiscoveryPolicy" BaseType="graph.stsPolicy" /> |
| 1187 | + <EntityType Name="identityContainer" /> |
1186 | 1188 | <EntityType Name="identityProviderBase" BaseType="graph.entity" Abstract="true"> |
1187 | 1189 | <Property Name="displayName" Type="Edm.String" /> |
1188 | 1190 | </EntityType> |
|
1396 | 1398 | <NavigationProperty Name="roleDefinitions" Type="Collection(graph.unifiedRoleDefinition)" ContainsTarget="true" /> |
1397 | 1399 | <NavigationProperty Name="transitiveRoleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" /> |
1398 | 1400 | </EntityType> |
| 1401 | + <EntityType Name="rbacApplicationMultiple" BaseType="graph.entity"> |
| 1402 | + <NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" /> |
| 1403 | + <NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignmentMultiple)" ContainsTarget="true" /> |
| 1404 | + <NavigationProperty Name="roleDefinitions" Type="Collection(graph.unifiedRoleDefinition)" ContainsTarget="true" /> |
| 1405 | + </EntityType> |
1399 | 1406 | <EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity"> |
1400 | 1407 | <Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" /> |
1401 | 1408 | <NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" /> |
|
1568 | 1575 | <NavigationProperty Name="principal" Type="graph.directoryObject" /> |
1569 | 1576 | <NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" /> |
1570 | 1577 | </EntityType> |
| 1578 | + <EntityType Name="unifiedRoleAssignmentMultiple" BaseType="graph.entity"> |
| 1579 | + <Property Name="appScopeIds" Type="Collection(Edm.String)" /> |
| 1580 | + <Property Name="condition" Type="Edm.String" /> |
| 1581 | + <Property Name="description" Type="Edm.String" /> |
| 1582 | + <Property Name="directoryScopeIds" Type="Collection(Edm.String)" /> |
| 1583 | + <Property Name="displayName" Type="Edm.String" /> |
| 1584 | + <Property Name="principalIds" Type="Collection(Edm.String)" /> |
| 1585 | + <Property Name="roleDefinitionId" Type="Edm.String" Nullable="false" /> |
| 1586 | + <NavigationProperty Name="appScopes" Type="Collection(graph.appScope)" ContainsTarget="true" /> |
| 1587 | + <NavigationProperty Name="directoryScopes" Type="Collection(graph.directoryObject)" /> |
| 1588 | + <NavigationProperty Name="principals" Type="Collection(graph.directoryObject)" /> |
| 1589 | + <NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" /> |
| 1590 | + </EntityType> |
1571 | 1591 | <EntityType Name="unifiedRoleDefinition" BaseType="graph.entity"> |
1572 | 1592 | <Property Name="allowedPrincipalTypes" Type="graph.allowedRolePrincipalTypes" /> |
1573 | 1593 | <Property Name="description" Type="Edm.String" /> |
|
1760 | 1780 | <Parameter Name="type" Type="Edm.String" Unicode="false" /> |
1761 | 1781 | <ReturnType Type="graph.directoryObject" /> |
1762 | 1782 | </Action> |
| 1783 | + <Action Name="importResourceActions" IsBound="true"> |
| 1784 | + <Parameter Name="bindingParameter" Type="graph.unifiedRbacResourceNamespace" /> |
| 1785 | + <Parameter Name="format" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 1786 | + <Parameter Name="value" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 1787 | + <Parameter Name="overwriteResourceNamespace" Type="Edm.Boolean" Nullable="false" /> |
| 1788 | + <ReturnType Type="graph.unifiedRbacResourceNamespace" /> |
| 1789 | + </Action> |
1763 | 1790 | <Action Name="invalidateAllRefreshTokens" IsBound="true"> |
1764 | 1791 | <Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /> |
1765 | 1792 | <ReturnType Type="Edm.Boolean" /> |
|
1820 | 1847 | <Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" /> |
1821 | 1848 | <ReturnType Type="graph.domain" /> |
1822 | 1849 | </Action> |
| 1850 | + <Function Name="assignedPrincipals" IsBound="true" IsComposable="true"> |
| 1851 | + <Parameter Name="bindingParameter" Type="graph.unifiedRoleDefinition" Nullable="false" /> |
| 1852 | + <Parameter Name="transitive" Type="Edm.Boolean" Nullable="false"> |
| 1853 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 1854 | + </Parameter> |
| 1855 | + <Parameter Name="directoryScopeType" Type="Edm.String" Nullable="false" Unicode="false"> |
| 1856 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 1857 | + </Parameter> |
| 1858 | + <Parameter Name="directoryScopeId" Type="Edm.String" Nullable="false" Unicode="false"> |
| 1859 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 1860 | + </Parameter> |
| 1861 | + <ReturnType Type="Collection(graph.directoryObject)" /> |
| 1862 | + </Function> |
1823 | 1863 | <Function Name="delta" IsBound="true"> |
1824 | 1864 | <Parameter Name="bindingParameter" Type="Collection(graph.administrativeUnit)" /> |
1825 | 1865 | <ReturnType Type="Collection(graph.administrativeUnit)" /> |
|
1947 | 1987 | <NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" /> |
1948 | 1988 | <NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" /> |
1949 | 1989 | </EntitySet> |
| 1990 | + <Singleton Name="conditionalAccess" Type="microsoft.graph.conditionalAccessRoot" /> |
1950 | 1991 | <Singleton Name="directory" Type="microsoft.graph.directory"> |
1951 | 1992 | <NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" /> |
1952 | 1993 | <NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" /> |
1953 | 1994 | </Singleton> |
| 1995 | + <Singleton Name="identity" Type="microsoft.graph.identityContainer" /> |
1954 | 1996 | <Singleton Name="me" Type="microsoft.graph.user"> |
1955 | 1997 | <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" /> |
1956 | 1998 | <NavigationPropertyBinding Path="directReports" Target="directoryObjects" /> |
|
0 commit comments