|
73 | 73 | <Member Name="rejectMfaByFederatedIdp" Value="2" /> |
74 | 74 | <Member Name="unknownFutureValue" Value="3" /> |
75 | 75 | </EnumType> |
| 76 | + <EnumType Name="kind"> |
| 77 | + <Member Name="unrestricted" Value="0" /> |
| 78 | + <Member Name="allowedTenants" Value="1" /> |
| 79 | + <Member Name="unknownFutureValue" Value="2" /> |
| 80 | + </EnumType> |
76 | 81 | <EnumType Name="labelKind"> |
77 | 82 | <Member Name="all" Value="1" /> |
78 | 83 | <Member Name="enumerated" Value="2" /> |
|
166 | 171 | </ComplexType> |
167 | 172 | <ComplexType Name="allDomains" BaseType="graph.validatingDomains" /> |
168 | 173 | <ComplexType Name="allowedDataLocationInfo" OpenType="true" /> |
| 174 | + <ComplexType Name="allowedTenantsAudience" BaseType="graph.signInAudienceRestrictionsBase"> |
| 175 | + <Property Name="allowedTenantIds" Type="Collection(Edm.String)" Nullable="false" /> |
| 176 | + <Property Name="isHomeTenantAllowed" Type="Edm.Boolean" Nullable="false" /> |
| 177 | + </ComplexType> |
169 | 178 | <ComplexType Name="allPreApprovedPermissions" BaseType="graph.preApprovedPermissions" /> |
170 | 179 | <ComplexType Name="allPreApprovedPermissionsOnResourceApp" BaseType="graph.preApprovedPermissions"> |
171 | 180 | <Property Name="resourceApplicationId" Type="Edm.String" /> |
|
620 | 629 | <Property Name="name" Type="Edm.String" /> |
621 | 630 | <Property Name="value" Type="Edm.String" /> |
622 | 631 | </ComplexType> |
| 632 | + <ComplexType Name="signInAudienceRestrictionsBase" Abstract="true"> |
| 633 | + <Property Name="kind" Type="graph.kind" Nullable="false" /> |
| 634 | + </ComplexType> |
623 | 635 | <ComplexType Name="signingCertificateUpdateStatus"> |
624 | 636 | <Property Name="certificateUpdateResult" Type="Edm.String" /> |
625 | 637 | <Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" /> |
|
647 | 659 | <Property Name="condition" Type="Edm.String" /> |
648 | 660 | <Property Name="excludedResourceActions" Type="Collection(Edm.String)" /> |
649 | 661 | </ComplexType> |
| 662 | + <ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" /> |
650 | 663 | <ComplexType Name="validatingDomains" Abstract="true"> |
651 | 664 | <Property Name="rootDomains" Type="graph.rootDomains" Nullable="false" /> |
652 | 665 | </ComplexType> |
|
682 | 695 | <NavigationProperty Name="members" Type="Collection(graph.directoryObject)" /> |
683 | 696 | <NavigationProperty Name="scopedRoleMembers" Type="Collection(graph.scopedRoleMembership)" ContainsTarget="true" /> |
684 | 697 | </EntityType> |
| 698 | + <EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true"> |
| 699 | + <Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" /> |
| 700 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 701 | + <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /> |
| 702 | + </EntityType> |
| 703 | + <EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true"> |
| 704 | + <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /> |
| 705 | + </EntityType> |
| 706 | + <EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true"> |
| 707 | + <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /> |
| 708 | + </EntityType> |
685 | 709 | <EntityType Name="allowedDataLocation" BaseType="graph.entity" OpenType="true"> |
686 | 710 | <Property Name="appId" Type="Edm.String" /> |
687 | 711 | <Property Name="domain" Type="Edm.String" /> |
|
696 | 720 | <Property Name="appId" Type="Edm.String" /> |
697 | 721 | <Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" /> |
698 | 722 | <Property Name="authenticationBehaviors" Type="graph.authenticationBehaviors" /> |
| 723 | + <Property Name="createdByAppId" Type="Edm.String" /> |
699 | 724 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
700 | 725 | <Property Name="defaultRedirectUri" Type="Edm.String" /> |
701 | 726 | <Property Name="description" Type="Edm.String" /> |
|
719 | 744 | <Property Name="serviceManagementReference" Type="Edm.String" /> |
720 | 745 | <Property Name="servicePrincipalLockConfiguration" Type="graph.servicePrincipalLockConfiguration" /> |
721 | 746 | <Property Name="signInAudience" Type="Edm.String" /> |
| 747 | + <Property Name="signInAudienceRestrictions" Type="graph.signInAudienceRestrictionsBase" Nullable="false" /> |
722 | 748 | <Property Name="spa" Type="graph.spaApplication" /> |
723 | 749 | <Property Name="tags" Type="Collection(Edm.String)" Nullable="false" /> |
724 | 750 | <Property Name="tokenEncryptionKeyId" Type="Edm.Guid" /> |
|
1474 | 1500 | <Property Name="appOwnerOrganizationId" Type="Edm.Guid" /> |
1475 | 1501 | <Property Name="appRoleAssignmentRequired" Type="Edm.Boolean" Nullable="false" /> |
1476 | 1502 | <Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" /> |
| 1503 | + <Property Name="createdByAppId" Type="Edm.String" /> |
1477 | 1504 | <Property Name="customSecurityAttributes" Type="graph.customSecurityAttributeValue" /> |
1478 | 1505 | <Property Name="description" Type="Edm.String" /> |
1479 | 1506 | <Property Name="disabledByMicrosoftStatus" Type="Edm.String" /> |
|
1953 | 1980 | <EntitySet Name="applications" EntityType="microsoft.graph.application"> |
1954 | 1981 | <NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" /> |
1955 | 1982 | <NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" /> |
| 1983 | + <NavigationPropertyBinding Path="microsoft.graph.agentIdentityBlueprint/sponsors" Target="directoryObjects" /> |
1956 | 1984 | <NavigationPropertyBinding Path="owners" Target="directoryObjects" /> |
1957 | 1985 | </EntitySet> |
1958 | 1986 | <EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" /> |
|
2001 | 2029 | <NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" /> |
2002 | 2030 | <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" /> |
2003 | 2031 | <NavigationPropertyBinding Path="memberOf" Target="directoryObjects" /> |
| 2032 | + <NavigationPropertyBinding Path="microsoft.graph.agentIdentity/sponsors" Target="directoryObjects" /> |
| 2033 | + <NavigationPropertyBinding Path="microsoft.graph.agentIdentityBlueprintPrincipal/sponsors" Target="directoryObjects" /> |
2004 | 2034 | <NavigationPropertyBinding Path="oauth2PermissionGrants" Target="oauth2PermissionGrants" /> |
2005 | 2035 | <NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" /> |
2006 | 2036 | <NavigationPropertyBinding Path="owners" Target="directoryObjects" /> |
|
2051 | 2081 | </Record> |
2052 | 2082 | </Annotation> |
2053 | 2083 | </Annotations> |
| 2084 | + <Annotations Target="microsoft.graph.agentIdentity"> |
| 2085 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 2086 | + <Collection> |
| 2087 | + <Record> |
| 2088 | + <PropertyValue Property="Date" Date="2025-04-14" /> |
| 2089 | + <PropertyValue Property="Kind"> |
| 2090 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 2091 | + </PropertyValue> |
| 2092 | + <PropertyValue Property="RemovalDate" Date="2025-07-13" /> |
| 2093 | + <PropertyValue Property="Version" String="2024-08/PrivatePreview:AgenticSP" /> |
| 2094 | + </Record> |
| 2095 | + </Collection> |
| 2096 | + </Annotation> |
| 2097 | + </Annotations> |
| 2098 | + <Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId"> |
| 2099 | + <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /> |
| 2100 | + </Annotations> |
2054 | 2101 | <Annotations Target="microsoft.graph.application"> |
2055 | 2102 | <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"> |
2056 | 2103 | <Record> |
2057 | 2104 | <PropertyValue Property="Supported" Bool="true" /> |
2058 | 2105 | </Record> |
2059 | 2106 | </Annotation> |
2060 | 2107 | </Annotations> |
| 2108 | + <Annotations Target="microsoft.graph.application/createdByAppId"> |
| 2109 | + <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /> |
| 2110 | + </Annotations> |
2061 | 2111 | <Annotations Target="microsoft.graph.application/federatedIdentityCredentials"> |
2062 | 2112 | <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
2063 | 2113 | <Record> |
|
2602 | 2652 | </Record> |
2603 | 2653 | </Annotation> |
2604 | 2654 | </Annotations> |
| 2655 | + <Annotations Target="microsoft.graph.servicePrincipal/createdByAppId"> |
| 2656 | + <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /> |
| 2657 | + </Annotations> |
2605 | 2658 | <Annotations Target="microsoft.graph.subscribedSku"> |
2606 | 2659 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
2607 | 2660 | <Record> |
|
0 commit comments