policy 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.
A traffic forwarding policy consists of a policy and its associated rules. It defines the guidelines and instructions for routing and handling network traffic.
This is an abstract type from which the microsoft.graph.networkaccess.forwardingPolicy and microsoft.graph.networkaccess.filteringPolicy resource types are derived.
Inherits from microsoft.graph.entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
description | String | Description. |
id | String | Identifier. Inherited from microsoft.graph.entity. |
name | String | Policy name. |
version | String | Version. |
Relationships
Relationship | Type | Description |
---|---|---|
policyRules | microsoft.graph.networkaccess.policyRule collection | Represents the definition of the policy ruleset that makes up the core definition of a policy. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.policy",
"id": "String (identifier)",
"name": "String",
"description": "String",
"version": "String"
}