|
245 | 245 | <Member Name="intunePfx" Value="4" /> |
246 | 246 | <Member Name="oflineDomainJoin" Value="5" /> |
247 | 247 | <Member Name="unknownFutureValue" Value="6" /> |
| 248 | + <Member Name="privateAccess" Value="7" /> |
248 | 249 | </EnumType> |
249 | 250 | <EnumType Name="partnerTenantType"> |
250 | 251 | <Member Name="microsoftSupport" Value="1" /> |
|
360 | 361 | <Member Name="fqdn" Value="3" /> |
361 | 362 | <Member Name="dnsSuffix" Value="4" /> |
362 | 363 | <Member Name="unknownFutureValue" Value="5" /> |
| 364 | + <Member Name="servicePrincipalName" Value="6" /> |
363 | 365 | </EnumType> |
364 | 366 | <EnumType Name="privateNetworkProtocol" IsFlags="true"> |
365 | 367 | <Member Name="tcp" Value="1" /> |
|
420 | 422 | <Member Name="auto" Value="2" /> |
421 | 423 | <Member Name="unknownFutureValue" Value="3" /> |
422 | 424 | </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> |
423 | 430 | <EnumType Name="singleSignOnMode"> |
424 | 431 | <Member Name="none" Value="0" /> |
425 | 432 | <Member Name="onPremisesKerberos" Value="1" /> |
|
2307 | 2314 | <NavigationProperty Name="connectorGroups" Type="Collection(graph.connectorGroup)" ContainsTarget="true" /> |
2308 | 2315 | <NavigationProperty Name="connectors" Type="Collection(graph.connector)" ContainsTarget="true" /> |
2309 | 2316 | <NavigationProperty Name="publishedResources" Type="Collection(graph.publishedResource)" ContainsTarget="true" /> |
| 2317 | + <NavigationProperty Name="sensors" Type="Collection(graph.privateAccessSensor)" ContainsTarget="true" /> |
2310 | 2318 | </EntityType> |
2311 | 2319 | <EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity"> |
2312 | 2320 | <Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" /> |
|
2582 | 2590 | <NavigationProperty Name="tokenIssuancePolicies" Type="Collection(graph.tokenIssuancePolicy)" ContainsTarget="true" /> |
2583 | 2591 | <NavigationProperty Name="tokenLifetimePolicies" Type="Collection(graph.tokenLifetimePolicy)" ContainsTarget="true" /> |
2584 | 2592 | </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> |
2585 | 2599 | <EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity"> |
2586 | 2600 | <NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" /> |
2587 | 2601 | </EntityType> |
|
4098 | 4112 | </Record> |
4099 | 4113 | </Annotation> |
4100 | 4114 | </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> |
4101 | 4139 | <Annotations Target="microsoft.graph.resourceSpecificPermissionGrant"> |
4102 | 4140 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
4103 | 4141 | <Record> |
|
0 commit comments