Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.networkaccess
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents all the connectivity components in Global Secure Access services.
Inherits from microsoft.graph.entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for this resource. Inherited from microsoft.graph.entity. |
Relationships
Relationship | Type | Description |
---|---|---|
branches | microsoft.graph.networkaccess.branchSite collection | The locations for connectivity. DEPRECATED AND TO BE RETIRED SOON. Use the remoteNetwork relationship and its associated APIs instead. |
remoteNetworks | microsoft.graph.networkaccess.remoteNetwork collection | The locations, such as branches, that are connected to Global Secure Access services through an IPsec tunnel. |
JSON representation
Here's is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.networkaccess.connectivity",
"id": "String (identifier)"
}