|
11243 | 11243 | <Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" /> |
11244 | 11244 | </ComplexType> |
11245 | 11245 | <ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration"> |
| 11246 | + <Property Name="audiences" Type="graph.audiencesConfiguration" /> |
11246 | 11247 | <Property Name="identifierUris" Type="graph.identifierUriConfiguration" /> |
11247 | 11248 | </ComplexType> |
11248 | 11249 | <ComplexType Name="appManagementConfiguration" Abstract="true"> |
|
11496 | 11497 | <Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" /> |
11497 | 11498 | <Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" /> |
11498 | 11499 | </ComplexType> |
| 11500 | + <ComplexType Name="audienceRestriction"> |
| 11501 | + <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
| 11502 | + <Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /> |
| 11503 | + <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
| 11504 | + <Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /> |
| 11505 | + </ComplexType> |
| 11506 | + <ComplexType Name="audiencesConfiguration"> |
| 11507 | + <Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" /> |
| 11508 | + <Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" /> |
| 11509 | + </ComplexType> |
11499 | 11510 | <ComplexType Name="audio"> |
11500 | 11511 | <Property Name="album" Type="Edm.String" /> |
11501 | 11512 | <Property Name="albumArtist" Type="Edm.String" /> |
|
12941 | 12952 | <Property Name="properties" Type="Collection(graph.keyValuePair)" /> |
12942 | 12953 | </ComplexType> |
12943 | 12954 | <ComplexType Name="customAppManagementApplicationConfiguration"> |
| 12955 | + <Property Name="audiences" Type="graph.audiencesConfiguration" /> |
12944 | 12956 | <Property Name="identifierUris" Type="graph.identifierUriConfiguration" /> |
12945 | 12957 | </ComplexType> |
12946 | 12958 | <ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration"> |
|
54236 | 54248 | </Collection> |
54237 | 54249 | </Annotation> |
54238 | 54250 | </Annotations> |
| 54251 | + <Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft"> |
| 54252 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 54253 | + </Annotations> |
54239 | 54254 | <Annotations Target="microsoft.graph.auditActor"> |
54240 | 54255 | <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Actor." /> |
54241 | 54256 | </Annotations> |
|
0 commit comments