@@ -29474,6 +29474,20 @@ within the time frame of their original request."/>
29474
29474
<NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)"/>
29475
29475
<NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true"/>
29476
29476
<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>
29477
29491
</EntityType>
29478
29492
<EntityType Name="accessPackageAssignmentPolicy" BaseType="graph.entity">
29479
29493
<Property Name="allowedTargetScope" Type="graph.allowedTargetScope"/>
@@ -29483,6 +29497,7 @@ within the time frame of their original request."/>
29483
29497
<Property Name="displayName" Type="Edm.String"/>
29484
29498
<Property Name="expiration" Type="graph.expirationPattern"/>
29485
29499
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset"/>
29500
+ <Property Name="notificationSettings" Type="graph.accessPackageNotificationSettings"/>
29486
29501
<Property Name="requestApprovalSettings" Type="graph.accessPackageAssignmentApprovalSettings"/>
29487
29502
<Property Name="requestorSettings" Type="graph.accessPackageAssignmentRequestorSettings"/>
29488
29503
<Property Name="reviewSettings" Type="graph.accessPackageAssignmentReviewSettings"/>
@@ -29528,6 +29543,20 @@ within the time frame of their original request."/>
29528
29543
<NavigationProperty Name="resourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true"/>
29529
29544
<NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true"/>
29530
29545
<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>
29531
29560
</EntityType>
29532
29561
<EntityType Name="connectedOrganization" BaseType="graph.entity">
29533
29562
<Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
@@ -29991,6 +30020,9 @@ within the time frame of their original request."/>
29991
30020
<Property Name="removeAccessWhenTargetLeavesAllowedTargets" Type="Edm.Boolean"/>
29992
30021
<Property Name="requestAccessForAllowedTargets" Type="Edm.Boolean"/>
29993
30022
</ComplexType>
30023
+ <ComplexType Name="accessPackageNotificationSettings">
30024
+ <Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false"/>
30025
+ </ComplexType>
29994
30026
<ComplexType Name="accessPackageResourceAttribute">
29995
30027
<Property Name="destination" Type="graph.accessPackageResourceAttributeDestination"/>
29996
30028
<Property Name="isEditable" Type="Edm.Boolean"/>
0 commit comments