Skip to content

Commit a7bf08c

Browse files
authored
Merge pull request #829 from microsoftgraph/schemas/metadata-publishing-2025-05-30
Schema sync 2025-05-30 from 1.3.785.0
2 parents 46c1e02 + 3f68cda commit a7bf08c

16 files changed

+756
-306
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 23 additions & 152 deletions
Large diffs are not rendered by default.

schemas/annotated-v1.0-Prod.csdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19094,6 +19094,7 @@
1909419094
<Action Name="clockIn" IsBound="true">
1909519095
<Parameter Name="bindingParameter" Type="Collection(graph.timeCard)" />
1909619096
<Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" />
19097+
<Parameter Name="onBehalfOfUserId" Type="Edm.String" Unicode="false" />
1909719098
<Parameter Name="notes" Type="graph.itemBody" />
1909819099
<ReturnType Type="graph.timeCard" />
1909919100
</Action>
@@ -19185,6 +19186,10 @@
1918519186
<Parameter Name="bindingParameter" Type="Collection(graph.riskyUser)" />
1918619187
<Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" />
1918719188
</Action>
19189+
<Action Name="confirmSafe" IsBound="true">
19190+
<Parameter Name="bindingParameter" Type="Collection(graph.riskyUser)" />
19191+
<Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" />
19192+
</Action>
1918819193
<Action Name="convert" IsBound="true">
1918919194
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
1919019195
<Parameter Name="number" Type="graph.Json" />

schemas/beta-Delos.csdl

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@
847847
</Collection>
848848
</Annotation>
849849
</EntityType>
850+
<EntityType Name="conditionalAccessRoot" />
850851
<EntityType Name="contract" BaseType="graph.directoryObject" OpenType="true">
851852
<Property Name="contractType" Type="Edm.String" />
852853
<Property Name="customerId" Type="Edm.Guid" />
@@ -1183,6 +1184,7 @@
11831184
</Annotation>
11841185
</EntityType>
11851186
<EntityType Name="homeRealmDiscoveryPolicy" BaseType="graph.stsPolicy" />
1187+
<EntityType Name="identityContainer" />
11861188
<EntityType Name="identityProviderBase" BaseType="graph.entity" Abstract="true">
11871189
<Property Name="displayName" Type="Edm.String" />
11881190
</EntityType>
@@ -1396,6 +1398,11 @@
13961398
<NavigationProperty Name="roleDefinitions" Type="Collection(graph.unifiedRoleDefinition)" ContainsTarget="true" />
13971399
<NavigationProperty Name="transitiveRoleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" />
13981400
</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>
13991406
<EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity">
14001407
<Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" />
14011408
<NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" />
@@ -1568,6 +1575,19 @@
15681575
<NavigationProperty Name="principal" Type="graph.directoryObject" />
15691576
<NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" />
15701577
</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>
15711591
<EntityType Name="unifiedRoleDefinition" BaseType="graph.entity">
15721592
<Property Name="allowedPrincipalTypes" Type="graph.allowedRolePrincipalTypes" />
15731593
<Property Name="description" Type="Edm.String" />
@@ -1760,6 +1780,13 @@
17601780
<Parameter Name="type" Type="Edm.String" Unicode="false" />
17611781
<ReturnType Type="graph.directoryObject" />
17621782
</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>
17631790
<Action Name="invalidateAllRefreshTokens" IsBound="true">
17641791
<Parameter Name="bindingParameter" Type="graph.user" Nullable="false" />
17651792
<ReturnType Type="Edm.Boolean" />
@@ -1820,6 +1847,19 @@
18201847
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
18211848
<ReturnType Type="graph.domain" />
18221849
</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>
18231863
<Function Name="delta" IsBound="true">
18241864
<Parameter Name="bindingParameter" Type="Collection(graph.administrativeUnit)" />
18251865
<ReturnType Type="Collection(graph.administrativeUnit)" />
@@ -1947,10 +1987,12 @@
19471987
<NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
19481988
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
19491989
</EntitySet>
1990+
<Singleton Name="conditionalAccess" Type="microsoft.graph.conditionalAccessRoot" />
19501991
<Singleton Name="directory" Type="microsoft.graph.directory">
19511992
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
19521993
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
19531994
</Singleton>
1995+
<Singleton Name="identity" Type="microsoft.graph.identityContainer" />
19541996
<Singleton Name="me" Type="microsoft.graph.user">
19551997
<NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
19561998
<NavigationPropertyBinding Path="directReports" Target="directoryObjects" />

0 commit comments

Comments
 (0)