Skip to content

Commit

Permalink
Merge pull request #687 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2024-09-13

Schema sync 2024-09-13 from 1.3.471.0
  • Loading branch information
andrueastman authored Sep 13, 2024
2 parents acfe713 + dfc23b8 commit 13d8b30
Show file tree
Hide file tree
Showing 7 changed files with 3,720 additions and 2 deletions.
62 changes: 61 additions & 1 deletion schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -17706,6 +17706,7 @@
<ComplexType Name="storagePlanInformation">
<Property Name="upgradeAvailable" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="stringDictionary" BaseType="graph.Dictionary" OpenType="true" />
<ComplexType Name="stringKeyAttributeMappingSourceValuePair">
<Property Name="key" Type="Edm.String" />
<Property Name="value" Type="graph.attributeMappingSource" />
Expand Down Expand Up @@ -29964,6 +29965,8 @@
<Property Name="isArchived" Type="Edm.Boolean" />
<Property Name="isOnMyDay" Type="Edm.Boolean" />
<Property Name="isOnMyDayLastModifiedDate" Type="Edm.Date" />
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="orderHint" Type="Edm.String" />
<Property Name="percentComplete" Type="Edm.Int32" />
<Property Name="planId" Type="Edm.String" />
Expand Down Expand Up @@ -30940,6 +30943,7 @@
</EntityType>
<EntityType Name="roleManagement">
<NavigationProperty Name="cloudPC" Type="graph.rbacApplicationMultiple" ContainsTarget="true" />
<NavigationProperty Name="defender" Type="graph.rbacApplicationMultiple" ContainsTarget="true" />
<NavigationProperty Name="deviceManagement" Type="graph.rbacApplicationMultiple" ContainsTarget="true" />
<NavigationProperty Name="directory" Type="graph.rbacApplication" ContainsTarget="true" />
<NavigationProperty Name="enterpriseApps" Type="Collection(graph.rbacApplication)" ContainsTarget="true" />
Expand Down Expand Up @@ -77852,6 +77856,34 @@
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.confidenceLevel">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2024-08-08" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-10-08" />
<PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.intentCategory">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2024-08-08" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-10-08" />
<PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.networkAccessRoot">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
Expand Down Expand Up @@ -96556,6 +96588,12 @@
<Member Name="mbps1000" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="confidenceLevel">
<Member Name="unknown" Value="0" />
<Member Name="low" Value="1" />
<Member Name="high" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="connectionStatus">
<Member Name="open" Value="0" />
<Member Name="active" Value="1" />
Expand Down Expand Up @@ -96635,6 +96673,26 @@
<Member Name="gcmAes256" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="intentCategory">
<Member Name="initialAccess" Value="0" />
<Member Name="persistence" Value="1" />
<Member Name="privilegeEscalation" Value="2" />
<Member Name="defenseEvasion" Value="3" />
<Member Name="credentialAccess" Value="4" />
<Member Name="discovery" Value="5" />
<Member Name="lateralMovement" Value="6" />
<Member Name="execution" Value="7" />
<Member Name="collection" Value="8" />
<Member Name="exfiltration" Value="9" />
<Member Name="commandAndControl" Value="10" />
<Member Name="impact" Value="11" />
<Member Name="impairProcessControl" Value="12" />
<Member Name="inhibitResponseFunction" Value="13" />
<Member Name="reconnaissance" Value="14" />
<Member Name="resourceDevelopment" Value="15" />
<Member Name="evasion" Value="16" />
<Member Name="unknownFutureValue" Value="17" />
</EnumType>
<EnumType Name="ipSecEncryption">
<Member Name="none" Value="0" />
<Member Name="gcmAes128" Value="1" />
Expand Down Expand Up @@ -96983,6 +97041,7 @@
<ComplexType Name="relatedMalware" BaseType="microsoft.graph.networkaccess.relatedResource">
<Property Name="category" Type="microsoft.graph.networkaccess.malwareCategory" />
<Property Name="name" Type="Edm.String" />
<Property Name="severity" Type="microsoft.graph.networkaccess.threatSeverity" />
</ComplexType>
<ComplexType Name="relatedProcess" BaseType="microsoft.graph.networkaccess.relatedResource">
<Property Name="isSuspicious" Type="Edm.Boolean" Nullable="false" />
Expand Down Expand Up @@ -97231,6 +97290,7 @@
<Property Name="policyRuleName" Type="Edm.String" />
<Property Name="privateAccessDetails" Type="microsoft.graph.networkaccess.privateAccessDetails" />
<Property Name="receivedBytes" Type="Edm.Int64" />
<Property Name="remoteNetworkId" Type="Edm.String" />
<Property Name="resourceTenantId" Type="Edm.String" />
<Property Name="sentBytes" Type="Edm.Int64" />
<Property Name="sessionId" Type="Edm.String" />
Expand Down Expand Up @@ -99846,7 +99906,7 @@
<Property Name="version" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="sensorSettings">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="domainControllerDnsNames" Type="Collection(Edm.String)" />
<Property Name="isDelayedDeploymentEnabled" Type="Edm.Boolean" />
<NavigationProperty Name="networkAdapters" Type="Collection(self.networkAdapter)" ContainsTarget="true" />
Expand Down
2 changes: 2 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -23437,6 +23437,8 @@
<Property Name="isArchived" Type="Edm.Boolean" />
<Property Name="isOnMyDay" Type="Edm.Boolean" />
<Property Name="isOnMyDayLastModifiedDate" Type="Edm.Date" />
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="orderHint" Type="Edm.String" />
<Property Name="percentComplete" Type="Edm.Int32" />
<Property Name="planId" Type="Edm.String" />
Expand Down
62 changes: 61 additions & 1 deletion schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -17706,6 +17706,7 @@
<ComplexType Name="storagePlanInformation">
<Property Name="upgradeAvailable" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="stringDictionary" BaseType="graph.Dictionary" OpenType="true" />
<ComplexType Name="stringKeyAttributeMappingSourceValuePair">
<Property Name="key" Type="Edm.String" />
<Property Name="value" Type="graph.attributeMappingSource" />
Expand Down Expand Up @@ -29964,6 +29965,8 @@
<Property Name="isArchived" Type="Edm.Boolean" />
<Property Name="isOnMyDay" Type="Edm.Boolean" />
<Property Name="isOnMyDayLastModifiedDate" Type="Edm.Date" />
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="orderHint" Type="Edm.String" />
<Property Name="percentComplete" Type="Edm.Int32" />
<Property Name="planId" Type="Edm.String" />
Expand Down Expand Up @@ -30940,6 +30943,7 @@
</EntityType>
<EntityType Name="roleManagement">
<NavigationProperty Name="cloudPC" Type="graph.rbacApplicationMultiple" ContainsTarget="true" />
<NavigationProperty Name="defender" Type="graph.rbacApplicationMultiple" ContainsTarget="true" />
<NavigationProperty Name="deviceManagement" Type="graph.rbacApplicationMultiple" ContainsTarget="true" />
<NavigationProperty Name="directory" Type="graph.rbacApplication" ContainsTarget="true" />
<NavigationProperty Name="enterpriseApps" Type="Collection(graph.rbacApplication)" ContainsTarget="true" />
Expand Down Expand Up @@ -77852,6 +77856,34 @@
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.confidenceLevel">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2024-08-08" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-10-08" />
<PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.intentCategory">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2024-08-08" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-10-08" />
<PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.networkAccessRoot">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
Expand Down Expand Up @@ -96556,6 +96588,12 @@
<Member Name="mbps1000" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="confidenceLevel">
<Member Name="unknown" Value="0" />
<Member Name="low" Value="1" />
<Member Name="high" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="connectionStatus">
<Member Name="open" Value="0" />
<Member Name="active" Value="1" />
Expand Down Expand Up @@ -96635,6 +96673,26 @@
<Member Name="gcmAes256" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="intentCategory">
<Member Name="initialAccess" Value="0" />
<Member Name="persistence" Value="1" />
<Member Name="privilegeEscalation" Value="2" />
<Member Name="defenseEvasion" Value="3" />
<Member Name="credentialAccess" Value="4" />
<Member Name="discovery" Value="5" />
<Member Name="lateralMovement" Value="6" />
<Member Name="execution" Value="7" />
<Member Name="collection" Value="8" />
<Member Name="exfiltration" Value="9" />
<Member Name="commandAndControl" Value="10" />
<Member Name="impact" Value="11" />
<Member Name="impairProcessControl" Value="12" />
<Member Name="inhibitResponseFunction" Value="13" />
<Member Name="reconnaissance" Value="14" />
<Member Name="resourceDevelopment" Value="15" />
<Member Name="evasion" Value="16" />
<Member Name="unknownFutureValue" Value="17" />
</EnumType>
<EnumType Name="ipSecEncryption">
<Member Name="none" Value="0" />
<Member Name="gcmAes128" Value="1" />
Expand Down Expand Up @@ -96983,6 +97041,7 @@
<ComplexType Name="relatedMalware" BaseType="microsoft.graph.networkaccess.relatedResource">
<Property Name="category" Type="microsoft.graph.networkaccess.malwareCategory" />
<Property Name="name" Type="Edm.String" />
<Property Name="severity" Type="microsoft.graph.networkaccess.threatSeverity" />
</ComplexType>
<ComplexType Name="relatedProcess" BaseType="microsoft.graph.networkaccess.relatedResource">
<Property Name="isSuspicious" Type="Edm.Boolean" Nullable="false" />
Expand Down Expand Up @@ -97231,6 +97290,7 @@
<Property Name="policyRuleName" Type="Edm.String" />
<Property Name="privateAccessDetails" Type="microsoft.graph.networkaccess.privateAccessDetails" />
<Property Name="receivedBytes" Type="Edm.Int64" />
<Property Name="remoteNetworkId" Type="Edm.String" />
<Property Name="resourceTenantId" Type="Edm.String" />
<Property Name="sentBytes" Type="Edm.Int64" />
<Property Name="sessionId" Type="Edm.String" />
Expand Down Expand Up @@ -99846,7 +99906,7 @@
<Property Name="version" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="sensorSettings">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="domainControllerDnsNames" Type="Collection(Edm.String)" />
<Property Name="isDelayedDeploymentEnabled" Type="Edm.Boolean" />
<NavigationProperty Name="networkAdapters" Type="Collection(self.networkAdapter)" ContainsTarget="true" />
Expand Down
Loading

0 comments on commit 13d8b30

Please sign in to comment.