networkAccessRoot 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 the top-level namespace for network access-related resources and functionalities within the network infrastructure. It serves as the entry point for accessing various network access-related APIs and operations.

Inherits from microsoft.graph.entity.

Methods

None.

Properties

None.

Relationships

Relationship Type Description
connectivity microsoft.graph.networkaccess.connectivity Connectivity represents all the connectivity components in Global Secure Access.
forwardingPolicies microsoft.graph.networkaccess.forwardingPolicy collection A forwarding policy defines the specific traffic that is routed through the Global Secure Access Service. It's then added to a forwarding profile.
forwardingProfiles microsoft.graph.networkaccess.forwardingProfile collection A forwarding profile determines which types of traffic are routed through the Global Secure Access services and which ones are skipped. The handling of specific traffic is determined by the forwarding policies that are added to the forwarding profile.
filteringPolicies microsoft.graph.networkaccess.filteringPolicy collection A filtering policy defines the specific traffic that is allowed or blocked through the Global Secure Access services for a filtering profile.
filteringProfiles microsoft.graph.networkaccess.filteringProfile collection A filtering profile associates network access policies with Microsoft Entra ID Conditional Access policies, so that access policies can be applied to users and groups.
logs microsoft.graph.networkaccess.logs Represents network connections that are routed through Global Secure Access.
reports microsoft.graph.networkaccess.reports Represents the status of the Global Secure Access services for the tenant.
settings microsoft.graph.networkaccess.settings Global Secure Access settings.
tenantStatus microsoft.graph.networkaccess.tenantStatus Represents the status of the Global Secure Access services for the tenant.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.networkAccessRoot",
  "id": "String (identifier)"
}