Skip to content

Commit 7aa0f7c

Browse files
authored
Merge pull request #810 from microsoftgraph/schemas/metadata-publishing-2025-04-11
Schema sync 2025-04-11 from 1.3.706.0
2 parents 9546ac7 + 2eec660 commit 7aa0f7c

File tree

5 files changed

+33
-0
lines changed

5 files changed

+33
-0
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103436,6 +103436,7 @@
103436103436
<Property Name="classification" Type="self.alertClassification" />
103437103437
<Property Name="comments" Type="Collection(self.alertComment)" />
103438103438
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
103439+
<Property Name="customDetails" Type="self.dictionary" />
103439103440
<Property Name="description" Type="Edm.String" />
103440103441
<Property Name="detectionSource" Type="self.detectionSource" />
103441103442
<Property Name="detectorId" Type="Edm.String" />

schemas/beta-Fairfax.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83524,6 +83524,7 @@
8352483524
<Property Name="classification" Type="microsoft.graph.security.alertClassification" />
8352583525
<Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" />
8352683526
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
83527+
<Property Name="customDetails" Type="microsoft.graph.security.dictionary" />
8352783528
<Property Name="description" Type="Edm.String" />
8352883529
<Property Name="detectionSource" Type="microsoft.graph.security.detectionSource" />
8352983530
<Property Name="detectorId" Type="Edm.String" />

schemas/beta-Prod.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103436,6 +103436,7 @@
103436103436
<Property Name="classification" Type="self.alertClassification" />
103437103437
<Property Name="comments" Type="Collection(self.alertComment)" />
103438103438
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
103439+
<Property Name="customDetails" Type="self.dictionary" />
103439103440
<Property Name="description" Type="Edm.String" />
103440103441
<Property Name="detectionSource" Type="self.detectionSource" />
103441103442
<Property Name="detectorId" Type="Edm.String" />

schemas/beta-USNat.csdl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2699,6 +2699,7 @@
26992699
<Property Name="sessionControlsNotSatisfied" Type="Collection(Edm.String)" />
27002700
</ComplexType>
27012701
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration">
2702+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
27022703
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
27032704
</ComplexType>
27042705
<ComplexType Name="appManagementConfiguration">
@@ -2825,6 +2826,15 @@
28252826
<Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" />
28262827
<Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" />
28272828
</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>
28282838
<ComplexType Name="audio">
28292839
<Property Name="album" Type="Edm.String" />
28302840
<Property Name="albumArtist" Type="Edm.String" />
@@ -3457,6 +3467,7 @@
34573467
<Property Name="id" Type="Edm.String" />
34583468
</ComplexType>
34593469
<ComplexType Name="customAppManagementApplicationConfiguration">
3470+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
34603471
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
34613472
</ComplexType>
34623473
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
@@ -13443,6 +13454,9 @@
1344313454
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
1344413455
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
1344513456
</Annotations>
13457+
<Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft">
13458+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
13459+
</Annotations>
1344613460
<Annotations Target="microsoft.graph.authentication/fido2Methods">
1344713461
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
1344813462
<Record>
@@ -18139,6 +18153,7 @@
1813918153
<Property Name="classification" Type="microsoft.graph.security.alertClassification" />
1814018154
<Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" />
1814118155
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
18156+
<Property Name="customDetails" Type="microsoft.graph.security.dictionary" />
1814218157
<Property Name="description" Type="Edm.String" />
1814318158
<Property Name="detectionSource" Type="microsoft.graph.security.detectionSource" />
1814418159
<Property Name="detectorId" Type="Edm.String" />

schemas/beta-USSec.csdl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,6 +2721,7 @@
27212721
<Property Name="sessionControlsNotSatisfied" Type="Collection(Edm.String)" />
27222722
</ComplexType>
27232723
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration">
2724+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
27242725
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
27252726
</ComplexType>
27262727
<ComplexType Name="appManagementConfiguration">
@@ -2847,6 +2848,15 @@
28472848
<Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" />
28482849
<Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" />
28492850
</ComplexType>
2851+
<ComplexType Name="audienceRestriction">
2852+
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
2853+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
2854+
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
2855+
</ComplexType>
2856+
<ComplexType Name="audiencesConfiguration">
2857+
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
2858+
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
2859+
</ComplexType>
28502860
<ComplexType Name="audio">
28512861
<Property Name="album" Type="Edm.String" />
28522862
<Property Name="albumArtist" Type="Edm.String" />
@@ -3479,6 +3489,7 @@
34793489
<Property Name="id" Type="Edm.String" />
34803490
</ComplexType>
34813491
<ComplexType Name="customAppManagementApplicationConfiguration">
3492+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
34823493
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
34833494
</ComplexType>
34843495
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
@@ -13472,6 +13483,9 @@
1347213483
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
1347313484
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
1347413485
</Annotations>
13486+
<Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft">
13487+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
13488+
</Annotations>
1347513489
<Annotations Target="microsoft.graph.authentication/fido2Methods">
1347613490
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
1347713491
<Record>
@@ -18168,6 +18182,7 @@
1816818182
<Property Name="classification" Type="microsoft.graph.security.alertClassification" />
1816918183
<Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" />
1817018184
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
18185+
<Property Name="customDetails" Type="microsoft.graph.security.dictionary" />
1817118186
<Property Name="description" Type="Edm.String" />
1817218187
<Property Name="detectionSource" Type="microsoft.graph.security.detectionSource" />
1817318188
<Property Name="detectorId" Type="Edm.String" />

0 commit comments

Comments
 (0)