Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -103436,6 +103436,7 @@
<Property Name="classification" Type="self.alertClassification" />
<Property Name="comments" Type="Collection(self.alertComment)" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="customDetails" Type="self.dictionary" />
<Property Name="description" Type="Edm.String" />
<Property Name="detectionSource" Type="self.detectionSource" />
<Property Name="detectorId" Type="Edm.String" />
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -83524,6 +83524,7 @@
<Property Name="classification" Type="microsoft.graph.security.alertClassification" />
<Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="customDetails" Type="microsoft.graph.security.dictionary" />
<Property Name="description" Type="Edm.String" />
<Property Name="detectionSource" Type="microsoft.graph.security.detectionSource" />
<Property Name="detectorId" Type="Edm.String" />
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -103436,6 +103436,7 @@
<Property Name="classification" Type="self.alertClassification" />
<Property Name="comments" Type="Collection(self.alertComment)" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="customDetails" Type="self.dictionary" />
<Property Name="description" Type="Edm.String" />
<Property Name="detectionSource" Type="self.detectionSource" />
<Property Name="detectorId" Type="Edm.String" />
Expand Down
15 changes: 15 additions & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2699,6 +2699,7 @@
<Property Name="sessionControlsNotSatisfied" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration">
<Property Name="audiences" Type="graph.audiencesConfiguration" />
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
</ComplexType>
<ComplexType Name="appManagementConfiguration">
Expand Down Expand Up @@ -2825,6 +2826,15 @@
<Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" />
<Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" />
</ComplexType>
<ComplexType Name="audienceRestriction">
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="audiencesConfiguration">
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
</ComplexType>
<ComplexType Name="audio">
<Property Name="album" Type="Edm.String" />
<Property Name="albumArtist" Type="Edm.String" />
Expand Down Expand Up @@ -3457,6 +3467,7 @@
<Property Name="id" Type="Edm.String" />
</ComplexType>
<ComplexType Name="customAppManagementApplicationConfiguration">
<Property Name="audiences" Type="graph.audiencesConfiguration" />
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
</ComplexType>
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
Expand Down Expand Up @@ -13443,6 +13454,9 @@
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.authentication/fido2Methods">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
Expand Down Expand Up @@ -18139,6 +18153,7 @@
<Property Name="classification" Type="microsoft.graph.security.alertClassification" />
<Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="customDetails" Type="microsoft.graph.security.dictionary" />
<Property Name="description" Type="Edm.String" />
<Property Name="detectionSource" Type="microsoft.graph.security.detectionSource" />
<Property Name="detectorId" Type="Edm.String" />
Expand Down
15 changes: 15 additions & 0 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2721,6 +2721,7 @@
<Property Name="sessionControlsNotSatisfied" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration">
<Property Name="audiences" Type="graph.audiencesConfiguration" />
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
</ComplexType>
<ComplexType Name="appManagementConfiguration">
Expand Down Expand Up @@ -2847,6 +2848,15 @@
<Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" />
<Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" />
</ComplexType>
<ComplexType Name="audienceRestriction">
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="audiencesConfiguration">
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
</ComplexType>
<ComplexType Name="audio">
<Property Name="album" Type="Edm.String" />
<Property Name="albumArtist" Type="Edm.String" />
Expand Down Expand Up @@ -3479,6 +3489,7 @@
<Property Name="id" Type="Edm.String" />
</ComplexType>
<ComplexType Name="customAppManagementApplicationConfiguration">
<Property Name="audiences" Type="graph.audiencesConfiguration" />
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
</ComplexType>
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
Expand Down Expand Up @@ -13472,6 +13483,9 @@
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.authentication/fido2Methods">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
Expand Down Expand Up @@ -18168,6 +18182,7 @@
<Property Name="classification" Type="microsoft.graph.security.alertClassification" />
<Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="customDetails" Type="microsoft.graph.security.dictionary" />
<Property Name="description" Type="Edm.String" />
<Property Name="detectionSource" Type="microsoft.graph.security.detectionSource" />
<Property Name="detectorId" Type="Edm.String" />
Expand Down