|
803 | 803 | <Property Name="definition" Type="graph.objectDefinition" /> |
804 | 804 | <Property Name="properties" Type="Collection(graph.stringKeyObjectValuePair)" /> |
805 | 805 | </ComplexType> |
| 806 | + <ComplexType Name="extensionSchemaProperty"> |
| 807 | + <Property Name="name" Type="Edm.String" /> |
| 808 | + <Property Name="type" Type="Edm.String" /> |
| 809 | + </ComplexType> |
806 | 810 | <ComplexType Name="federatedIdentityExpression"> |
807 | 811 | <Property Name="languageVersion" Type="Edm.Int32" Nullable="false" /> |
808 | 812 | <Property Name="value" Type="Edm.String" Nullable="false" /> |
|
1640 | 1644 | <Property Name="membershipType" Type="Edm.String" /> |
1641 | 1645 | <Property Name="visibility" Type="Edm.String" /> |
1642 | 1646 | <NavigationProperty Name="deletedMembers" Type="Collection(graph.directoryObject)" /> |
| 1647 | + <NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /> |
1643 | 1648 | <NavigationProperty Name="members" Type="Collection(graph.directoryObject)" /> |
1644 | 1649 | <NavigationProperty Name="scopedRoleMembers" Type="Collection(graph.scopedRoleMembership)" ContainsTarget="true" /> |
1645 | 1650 | </EntityType> |
|
1965 | 1970 | <Property Name="registrationDateTime" Type="Edm.DateTimeOffset" /> |
1966 | 1971 | <Property Name="systemLabels" Type="Collection(Edm.String)" Nullable="false" /> |
1967 | 1972 | <Property Name="trustType" Type="Edm.String" /> |
| 1973 | + <NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /> |
1968 | 1974 | <NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /> |
1969 | 1975 | <NavigationProperty Name="registeredOwners" Type="Collection(graph.directoryObject)" /> |
1970 | 1976 | <NavigationProperty Name="registeredUsers" Type="Collection(graph.directoryObject)" /> |
|
2106 | 2112 | </Key> |
2107 | 2113 | <Property Name="id" Type="Edm.String" Nullable="false" /> |
2108 | 2114 | </EntityType> |
| 2115 | + <EntityType Name="extension" BaseType="graph.entity" /> |
2109 | 2116 | <EntityType Name="extensionProperty" BaseType="graph.directoryObject" OpenType="true"> |
2110 | 2117 | <Property Name="appDisplayName" Type="Edm.String" /> |
2111 | 2118 | <Property Name="dataType" Type="Edm.String" Nullable="false" /> |
|
2191 | 2198 | <NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" /> |
2192 | 2199 | <NavigationProperty Name="createdOnBehalfOf" Type="graph.directoryObject" /> |
2193 | 2200 | <NavigationProperty Name="endpoints" Type="Collection(graph.endpoint)" ContainsTarget="true" /> |
| 2201 | + <NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /> |
2194 | 2202 | <NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /> |
2195 | 2203 | <NavigationProperty Name="members" Type="Collection(graph.directoryObject)" /> |
2196 | 2204 | <NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" /> |
|
2345 | 2353 | <Property Name="verifiedDomains" Type="Collection(graph.verifiedDomain)" Nullable="false" /> |
2346 | 2354 | <NavigationProperty Name="branding" Type="graph.organizationalBranding" ContainsTarget="true" /> |
2347 | 2355 | <NavigationProperty Name="certificateBasedAuthConfiguration" Type="Collection(graph.certificateBasedAuthConfiguration)" /> |
| 2356 | + <NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /> |
2348 | 2357 | <NavigationProperty Name="partnerInformation" Type="graph.partnerInformation" ContainsTarget="true" /> |
2349 | 2358 | </EntityType> |
2350 | 2359 | <EntityType Name="organizationalBranding" BaseType="graph.organizationalBrandingProperties"> |
|
2640 | 2649 | <Property Name="preferredAuthenticationProtocol" Type="graph.authenticationProtocol" /> |
2641 | 2650 | <Property Name="signingCertificate" Type="Edm.String" /> |
2642 | 2651 | </EntityType> |
| 2652 | + <EntityType Name="schemaExtension" BaseType="graph.entity"> |
| 2653 | + <Property Name="description" Type="Edm.String" /> |
| 2654 | + <Property Name="owner" Type="Edm.String" Nullable="false" /> |
| 2655 | + <Property Name="properties" Type="Collection(graph.extensionSchemaProperty)" Nullable="false" /> |
| 2656 | + <Property Name="status" Type="Edm.String" Nullable="false" /> |
| 2657 | + <Property Name="targetTypes" Type="Collection(Edm.String)" Nullable="false" /> |
| 2658 | + </EntityType> |
2643 | 2659 | <EntityType Name="scopedRoleMembership" BaseType="graph.entity"> |
2644 | 2660 | <Property Name="administrativeUnitId" Type="Edm.String" Nullable="false" /> |
2645 | 2661 | <Property Name="roleId" Type="Edm.String" Nullable="false" /> |
|
2929 | 2945 | <NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" /> |
2930 | 2946 | <NavigationProperty Name="createdObjects" Type="Collection(graph.directoryObject)" /> |
2931 | 2947 | <NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" /> |
| 2948 | + <NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /> |
2932 | 2949 | <NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" /> |
2933 | 2950 | <NavigationProperty Name="manager" Type="graph.directoryObject" /> |
2934 | 2951 | <NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /> |
|
3371 | 3388 | <NavigationPropertyBinding Path="certificateBasedAuthConfiguration" Target="certificateBasedAuthConfiguration" /> |
3372 | 3389 | </EntitySet> |
3373 | 3390 | <EntitySet Name="permissionGrants" EntityType="microsoft.graph.resourceSpecificPermissionGrant" /> |
| 3391 | + <EntitySet Name="schemaExtensions" EntityType="microsoft.graph.schemaExtension" /> |
3374 | 3392 | <EntitySet Name="scopedRoleMemberships" EntityType="microsoft.graph.scopedRoleMembership" /> |
3375 | 3393 | <EntitySet Name="servicePrincipals" EntityType="microsoft.graph.servicePrincipal"> |
3376 | 3394 | <NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" /> |
|
0 commit comments