connectivity resource type

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 Identifier. Inherited from microsoft.graph.entity.

Relationships

Relationship Type Description
branches microsoft.graph.networkaccess.branchSite collection Branches represent locations for connectivity. DEPRECATED AND TO BE RETIRED SOON. Use the remoteNetwork relationship and its associated APIs instead.
remoteNetworks microsoft.graph.networkaccess.remoteNetwork collection Represent 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)"  
}