Skip to content

Commit d1b0cce

Browse files
authored
Schema sync 2025-10-23 from 1.4.244.0 (#914)
1 parent f19a027 commit d1b0cce

File tree

7 files changed

+722
-32
lines changed

7 files changed

+722
-32
lines changed

schemas/beta-Bleu.csdl

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
<Member Name="intunePfx" Value="4" />
246246
<Member Name="oflineDomainJoin" Value="5" />
247247
<Member Name="unknownFutureValue" Value="6" />
248+
<Member Name="privateAccess" Value="7" />
248249
</EnumType>
249250
<EnumType Name="partnerTenantType">
250251
<Member Name="microsoftSupport" Value="1" />
@@ -360,6 +361,7 @@
360361
<Member Name="fqdn" Value="3" />
361362
<Member Name="dnsSuffix" Value="4" />
362363
<Member Name="unknownFutureValue" Value="5" />
364+
<Member Name="servicePrincipalName" Value="6" />
363365
</EnumType>
364366
<EnumType Name="privateNetworkProtocol" IsFlags="true">
365367
<Member Name="tcp" Value="1" />
@@ -420,6 +422,11 @@
420422
<Member Name="auto" Value="2" />
421423
<Member Name="unknownFutureValue" Value="3" />
422424
</EnumType>
425+
<EnumType Name="sensorStatus">
426+
<Member Name="active" Value="0" />
427+
<Member Name="inactive" Value="1" />
428+
<Member Name="unknownFutureValue" Value="2" />
429+
</EnumType>
423430
<EnumType Name="singleSignOnMode">
424431
<Member Name="none" Value="0" />
425432
<Member Name="onPremisesKerberos" Value="1" />
@@ -2307,6 +2314,7 @@
23072314
<NavigationProperty Name="connectorGroups" Type="Collection(graph.connectorGroup)" ContainsTarget="true" />
23082315
<NavigationProperty Name="connectors" Type="Collection(graph.connector)" ContainsTarget="true" />
23092316
<NavigationProperty Name="publishedResources" Type="Collection(graph.publishedResource)" ContainsTarget="true" />
2317+
<NavigationProperty Name="sensors" Type="Collection(graph.privateAccessSensor)" ContainsTarget="true" />
23102318
</EntityType>
23112319
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
23122320
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
@@ -2582,6 +2590,12 @@
25822590
<NavigationProperty Name="tokenIssuancePolicies" Type="Collection(graph.tokenIssuancePolicy)" ContainsTarget="true" />
25832591
<NavigationProperty Name="tokenLifetimePolicies" Type="Collection(graph.tokenLifetimePolicy)" ContainsTarget="true" />
25842592
</EntityType>
2593+
<EntityType Name="privateAccessSensor" BaseType="graph.entity">
2594+
<Property Name="externalIp" Type="Edm.String" Nullable="false" />
2595+
<Property Name="machineName" Type="Edm.String" Nullable="false" />
2596+
<Property Name="status" Type="graph.sensorStatus" Nullable="false" />
2597+
<Property Name="version" Type="Edm.String" Nullable="false" />
2598+
</EntityType>
25852599
<EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity">
25862600
<NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" />
25872601
</EntityType>
@@ -4098,6 +4112,30 @@
40984112
</Record>
40994113
</Annotation>
41004114
</Annotations>
4115+
<Annotations Target="microsoft.graph.privateAccessSensor">
4116+
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
4117+
<Record>
4118+
<PropertyValue Property="Countable" Bool="true" />
4119+
</Record>
4120+
</Annotation>
4121+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
4122+
<Record>
4123+
<PropertyValue Property="Expandable" Bool="true" />
4124+
</Record>
4125+
</Annotation>
4126+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
4127+
<Record>
4128+
<PropertyValue Property="Filterable" Bool="true" />
4129+
</Record>
4130+
</Annotation>
4131+
<Annotation Term="Org.OData.Capabilities.V1.SelectSupport">
4132+
<Record>
4133+
<PropertyValue Property="Supported" Bool="true" />
4134+
</Record>
4135+
</Annotation>
4136+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
4137+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
4138+
</Annotations>
41014139
<Annotations Target="microsoft.graph.resourceSpecificPermissionGrant">
41024140
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
41034141
<Record>

0 commit comments

Comments
 (0)