settings 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.
The tenant configuration settings that are associated with the Microsoft Entra Internet Access and Microsoft Entra Private Access capabilities under the umbrella of Global Secure Access.
Inherits from microsoft.graph.entity.
Methods
None.
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
conditionalAccess | microsoft.graph.networkaccess.conditionalAccessSettings | Defines whether conditional access settings are enabled for traffic profiles. Each tenant has only one conditional access settings object. |
crossTenantAccess | microsoft.graph.networkaccess.crossTenantAccessSettings | Defines whether the tenant restrictions cross-tenant access settings are enabled for traffic profiles. Each tenant has only one cross-tenant access settings object. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.settings",
"id": "String (identifier)"
}