@@ -29474,6 +29474,20 @@ within the time frame of their original request."/>
2947429474 <NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)"/>
2947529475 <NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true"/>
2947629476 <NavigationProperty Name="resourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true"/>
29477+ <Annotation Term="Org.OData.Core.V1.AlternateKeys">
29478+ <Collection>
29479+ <Record Type="Org.OData.Core.V1.AlternateKey">
29480+ <PropertyValue Property="Key">
29481+ <Collection>
29482+ <Record Type="Org.OData.Core.V1.PropertyRef">
29483+ <PropertyValue Property="Alias" String="uniqueName"/>
29484+ <PropertyValue Property="Name" PropertyPath="uniqueName"/>
29485+ </Record>
29486+ </Collection>
29487+ </PropertyValue>
29488+ </Record>
29489+ </Collection>
29490+ </Annotation>
2947729491 </EntityType>
2947829492 <EntityType Name="accessPackageAssignmentPolicy" BaseType="graph.entity">
2947929493 <Property Name="allowedTargetScope" Type="graph.allowedTargetScope"/>
@@ -29483,6 +29497,7 @@ within the time frame of their original request."/>
2948329497 <Property Name="displayName" Type="Edm.String"/>
2948429498 <Property Name="expiration" Type="graph.expirationPattern"/>
2948529499 <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset"/>
29500+ <Property Name="notificationSettings" Type="graph.accessPackageNotificationSettings"/>
2948629501 <Property Name="requestApprovalSettings" Type="graph.accessPackageAssignmentApprovalSettings"/>
2948729502 <Property Name="requestorSettings" Type="graph.accessPackageAssignmentRequestorSettings"/>
2948829503 <Property Name="reviewSettings" Type="graph.accessPackageAssignmentReviewSettings"/>
@@ -29528,6 +29543,20 @@ within the time frame of their original request."/>
2952829543 <NavigationProperty Name="resourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true"/>
2952929544 <NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true"/>
2953029545 <NavigationProperty Name="resourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true"/>
29546+ <Annotation Term="Org.OData.Core.V1.AlternateKeys">
29547+ <Collection>
29548+ <Record Type="Org.OData.Core.V1.AlternateKey">
29549+ <PropertyValue Property="Key">
29550+ <Collection>
29551+ <Record Type="Org.OData.Core.V1.PropertyRef">
29552+ <PropertyValue Property="Alias" String="uniqueName"/>
29553+ <PropertyValue Property="Name" PropertyPath="uniqueName"/>
29554+ </Record>
29555+ </Collection>
29556+ </PropertyValue>
29557+ </Record>
29558+ </Collection>
29559+ </Annotation>
2953129560 </EntityType>
2953229561 <EntityType Name="connectedOrganization" BaseType="graph.entity">
2953329562 <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
@@ -29991,6 +30020,9 @@ within the time frame of their original request."/>
2999130020 <Property Name="removeAccessWhenTargetLeavesAllowedTargets" Type="Edm.Boolean"/>
2999230021 <Property Name="requestAccessForAllowedTargets" Type="Edm.Boolean"/>
2999330022 </ComplexType>
30023+ <ComplexType Name="accessPackageNotificationSettings">
30024+ <Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false"/>
30025+ </ComplexType>
2999430026 <ComplexType Name="accessPackageResourceAttribute">
2999530027 <Property Name="destination" Type="graph.accessPackageResourceAttributeDestination"/>
2999630028 <Property Name="isEditable" Type="Edm.Boolean"/>
0 commit comments