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 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 |
|---|---|---|
| cloudFirewallPolicies | microsoft.graph.networkaccess.cloudFirewallPolicy collection | A collection of cloud firewall policies that define rules for managing network traffic through the Global Secure Access services. |
| connectivity | microsoft.graph.networkaccess.connectivity | Connectivity represents all the connectivity components in Global Secure Access. |
| 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. |
| threatIntelligencePolicy | microsoft.graph.networkaccess.threatIntelligencePolicy | A threat intelligence policy allows you to apply security controls blocking known threats and malicious destinations based on Microsoft's threat indicator feeds. |
| 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. |
| tls | microsoft.graph.networkaccess.tlsTermination | A container for tenant-level TLS inspection settings for Global Secure Access. |
| tlsInspectionPolicies | microsoft.graph.networkaccess.tlsInspectionPolicy collection | Allows you to configure TLS termination for your organization's network traffic through Global Secure Access. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.networkAccessRoot",
"id": "String (identifier)"
}