|
11242 | 11242 | <Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" /> |
11243 | 11243 | </ComplexType> |
11244 | 11244 | <ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration"> |
| 11245 | + <Property Name="audiences" Type="graph.audiencesConfiguration" /> |
11245 | 11246 | <Property Name="identifierUris" Type="graph.identifierUriConfiguration" /> |
11246 | 11247 | </ComplexType> |
11247 | 11248 | <ComplexType Name="appManagementConfiguration" Abstract="true"> |
|
11495 | 11496 | <Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" /> |
11496 | 11497 | <Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" /> |
11497 | 11498 | </ComplexType> |
| 11499 | + <ComplexType Name="audienceRestriction"> |
| 11500 | + <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
| 11501 | + <Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /> |
| 11502 | + <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
| 11503 | + <Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /> |
| 11504 | + </ComplexType> |
| 11505 | + <ComplexType Name="audiencesConfiguration"> |
| 11506 | + <Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" /> |
| 11507 | + <Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" /> |
| 11508 | + </ComplexType> |
11498 | 11509 | <ComplexType Name="audio"> |
11499 | 11510 | <Property Name="album" Type="Edm.String" /> |
11500 | 11511 | <Property Name="albumArtist" Type="Edm.String" /> |
|
12940 | 12951 | <Property Name="properties" Type="Collection(graph.keyValuePair)" /> |
12941 | 12952 | </ComplexType> |
12942 | 12953 | <ComplexType Name="customAppManagementApplicationConfiguration"> |
| 12954 | + <Property Name="audiences" Type="graph.audiencesConfiguration" /> |
12943 | 12955 | <Property Name="identifierUris" Type="graph.identifierUriConfiguration" /> |
12944 | 12956 | </ComplexType> |
12945 | 12957 | <ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration"> |
|
22678 | 22690 | <NavigationProperty Name="oneDriveForBusinessProtectionPolicies" Type="Collection(graph.oneDriveForBusinessProtectionPolicy)" ContainsTarget="true" /> |
22679 | 22691 | <NavigationProperty Name="oneDriveForBusinessRestoreSessions" Type="Collection(graph.oneDriveForBusinessRestoreSession)" ContainsTarget="true" /> |
22680 | 22692 | <NavigationProperty Name="protectionPolicies" Type="Collection(graph.protectionPolicyBase)" ContainsTarget="true" /> |
22681 | | - <NavigationProperty Name="protectionUnits" Type="Collection(graph.protectionUnitBase)" /> |
| 22693 | + <NavigationProperty Name="protectionUnits" Type="Collection(graph.protectionUnitBase)"> |
| 22694 | + <Annotation Term="Org.OData.Validation.V1.DerivedTypeConstraint" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm"> |
| 22695 | + <Collection> |
| 22696 | + <String>microsoft.graph.siteProtectionUnit</String> |
| 22697 | + <String>microsoft.graph.mailboxProtectionUnit</String> |
| 22698 | + <String>microsoft.graph.driveProtectionUnit</String> |
| 22699 | + </Collection> |
| 22700 | + </Annotation> |
| 22701 | + </NavigationProperty> |
22682 | 22702 | <NavigationProperty Name="restorePoints" Type="Collection(graph.restorePoint)" ContainsTarget="true" /> |
22683 | 22703 | <NavigationProperty Name="restoreSessions" Type="Collection(graph.restoreSessionBase)" ContainsTarget="true" /> |
22684 | 22704 | <NavigationProperty Name="serviceApps" Type="Collection(graph.serviceApp)" ContainsTarget="true" /> |
|
57043 | 57063 | </Collection> |
57044 | 57064 | </Annotation> |
57045 | 57065 | </Annotations> |
| 57066 | + <Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft"> |
| 57067 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 57068 | + </Annotations> |
57046 | 57069 | <Annotations Target="microsoft.graph.auditActor"> |
57047 | 57070 | <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Actor." /> |
57048 | 57071 | </Annotations> |
|
0 commit comments