|
2699 | 2699 | <Property Name="sessionControlsNotSatisfied" Type="Collection(Edm.String)" /> |
2700 | 2700 | </ComplexType> |
2701 | 2701 | <ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration"> |
| 2702 | + <Property Name="audiences" Type="graph.audiencesConfiguration" /> |
2702 | 2703 | <Property Name="identifierUris" Type="graph.identifierUriConfiguration" /> |
2703 | 2704 | </ComplexType> |
2704 | 2705 | <ComplexType Name="appManagementConfiguration"> |
|
2825 | 2826 | <Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" /> |
2826 | 2827 | <Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" /> |
2827 | 2828 | </ComplexType> |
| 2829 | + <ComplexType Name="audienceRestriction"> |
| 2830 | + <Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /> |
| 2831 | + <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
| 2832 | + <Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /> |
| 2833 | + </ComplexType> |
| 2834 | + <ComplexType Name="audiencesConfiguration"> |
| 2835 | + <Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" /> |
| 2836 | + <Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" /> |
| 2837 | + </ComplexType> |
2828 | 2838 | <ComplexType Name="audio"> |
2829 | 2839 | <Property Name="album" Type="Edm.String" /> |
2830 | 2840 | <Property Name="albumArtist" Type="Edm.String" /> |
|
3457 | 3467 | <Property Name="id" Type="Edm.String" /> |
3458 | 3468 | </ComplexType> |
3459 | 3469 | <ComplexType Name="customAppManagementApplicationConfiguration"> |
| 3470 | + <Property Name="audiences" Type="graph.audiencesConfiguration" /> |
3460 | 3471 | <Property Name="identifierUris" Type="graph.identifierUriConfiguration" /> |
3461 | 3472 | </ComplexType> |
3462 | 3473 | <ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration"> |
|
13443 | 13454 | <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
13444 | 13455 | <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
13445 | 13456 | </Annotations> |
| 13457 | + <Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft"> |
| 13458 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 13459 | + </Annotations> |
13446 | 13460 | <Annotations Target="microsoft.graph.authentication/fido2Methods"> |
13447 | 13461 | <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
13448 | 13462 | <Record> |
|
18139 | 18153 | <Property Name="classification" Type="microsoft.graph.security.alertClassification" /> |
18140 | 18154 | <Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" /> |
18141 | 18155 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 18156 | + <Property Name="customDetails" Type="microsoft.graph.security.dictionary" /> |
18142 | 18157 | <Property Name="description" Type="Edm.String" /> |
18143 | 18158 | <Property Name="detectionSource" Type="microsoft.graph.security.detectionSource" /> |
18144 | 18159 | <Property Name="detectorId" Type="Edm.String" /> |
|
0 commit comments