|
906 | 906 | <EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true"> |
907 | 907 | <Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" /> |
908 | 908 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
909 | | - <Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" /> |
910 | | - <NavigationProperty Name="inheritedAppRoleAssignments" Type="Collection(graph.appRoleAssignment)" /> |
911 | | - <NavigationProperty Name="inheritedOauth2PermissionGrants" Type="Collection(graph.oAuth2PermissionGrant)" /> |
912 | 909 | <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /> |
913 | 910 | </EntityType> |
914 | 911 | <EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true"> |
|
917 | 914 | <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /> |
918 | 915 | </EntityType> |
919 | 916 | <EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true"> |
920 | | - <Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" /> |
921 | 917 | <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /> |
922 | 918 | </EntityType> |
923 | 919 | <EntityType Name="agentUser" BaseType="graph.user" OpenType="true" /> |
|
2355 | 2351 | <Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId"> |
2356 | 2352 | <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /> |
2357 | 2353 | </Annotations> |
2358 | | - <Annotations Target="microsoft.graph.agentIdentity/inheritedAppRoleAssignments"> |
2359 | | - <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
2360 | | - <Record> |
2361 | | - <PropertyValue Property="Countable" Bool="false" /> |
2362 | | - </Record> |
2363 | | - </Annotation> |
2364 | | - <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
2365 | | - <Record> |
2366 | | - <PropertyValue Property="Deletable" Bool="false" /> |
2367 | | - </Record> |
2368 | | - </Annotation> |
2369 | | - <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
2370 | | - <Record> |
2371 | | - <PropertyValue Property="Expandable" Bool="false" /> |
2372 | | - </Record> |
2373 | | - </Annotation> |
2374 | | - <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
2375 | | - <Record> |
2376 | | - <PropertyValue Property="Filterable" Bool="false" /> |
2377 | | - </Record> |
2378 | | - </Annotation> |
2379 | | - <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
2380 | | - <Record> |
2381 | | - <PropertyValue Property="Insertable" Bool="false" /> |
2382 | | - </Record> |
2383 | | - </Annotation> |
2384 | | - <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
2385 | | - <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"> |
2386 | | - <Record> |
2387 | | - <PropertyValue Property="Sortable" Bool="false" /> |
2388 | | - </Record> |
2389 | | - </Annotation> |
2390 | | - <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /> |
2391 | | - <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
2392 | | - <Record> |
2393 | | - <PropertyValue Property="Updatable" Bool="false" /> |
2394 | | - </Record> |
2395 | | - </Annotation> |
2396 | | - <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
2397 | | - </Annotations> |
2398 | | - <Annotations Target="microsoft.graph.agentIdentity/inheritedOauth2PermissionGrants"> |
2399 | | - <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
2400 | | - <Record> |
2401 | | - <PropertyValue Property="Countable" Bool="false" /> |
2402 | | - </Record> |
2403 | | - </Annotation> |
2404 | | - <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
2405 | | - <Record> |
2406 | | - <PropertyValue Property="Deletable" Bool="false" /> |
2407 | | - </Record> |
2408 | | - </Annotation> |
2409 | | - <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
2410 | | - <Record> |
2411 | | - <PropertyValue Property="Expandable" Bool="false" /> |
2412 | | - </Record> |
2413 | | - </Annotation> |
2414 | | - <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
2415 | | - <Record> |
2416 | | - <PropertyValue Property="Filterable" Bool="false" /> |
2417 | | - </Record> |
2418 | | - </Annotation> |
2419 | | - <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
2420 | | - <Record> |
2421 | | - <PropertyValue Property="Insertable" Bool="false" /> |
2422 | | - </Record> |
2423 | | - </Annotation> |
2424 | | - <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
2425 | | - <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"> |
2426 | | - <Record> |
2427 | | - <PropertyValue Property="Sortable" Bool="false" /> |
2428 | | - </Record> |
2429 | | - </Annotation> |
2430 | | - <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /> |
2431 | | - <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
2432 | | - <Record> |
2433 | | - <PropertyValue Property="Updatable" Bool="false" /> |
2434 | | - </Record> |
2435 | | - </Annotation> |
2436 | | - <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
2437 | | - </Annotations> |
2438 | | - <Annotations Target="microsoft.graph.agentIdentity/managerApplications"> |
2439 | | - <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
2440 | | - <Record> |
2441 | | - <PropertyValue Property="Insertable" Bool="false" /> |
2442 | | - </Record> |
2443 | | - </Annotation> |
2444 | | - <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
2445 | | - <Record> |
2446 | | - <PropertyValue Property="Updatable" Bool="false" /> |
2447 | | - </Record> |
2448 | | - </Annotation> |
2449 | | - <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
2450 | | - </Annotations> |
2451 | 2354 | <Annotations Target="microsoft.graph.agentIdentityBlueprint/createdByAppId"> |
2452 | 2355 | <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /> |
2453 | 2356 | </Annotations> |
2454 | | - <Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications"> |
2455 | | - <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
2456 | | - <Record> |
2457 | | - <PropertyValue Property="Insertable" Bool="false" /> |
2458 | | - </Record> |
2459 | | - </Annotation> |
2460 | | - <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
2461 | | - <Record> |
2462 | | - <PropertyValue Property="Updatable" Bool="false" /> |
2463 | | - </Record> |
2464 | | - </Annotation> |
2465 | | - <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
2466 | | - </Annotations> |
2467 | 2357 | <Annotations Target="microsoft.graph.application"> |
2468 | 2358 | <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"> |
2469 | 2359 | <Record> |
|
0 commit comments