forwardingPolicy 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 forwarding policy defines the specific traffic that is routed through the Global Secure Access services. It's then added to a forwarding profile.
Inherits from microsoft.graph.networkaccess.policy.
Methods
Method | Return type | Description |
---|---|---|
List | microsoft.graph.networkaccess.forwardingPolicy collection | Get a list of the microsoft.graph.networkaccess.forwardingPolicy objects and their properties. |
Get | microsoft.graph.networkaccess.forwardingPolicy | Read the properties and relationships of a microsoft.graph.networkaccess.forwardingPolicy object. |
Update policy rules | microsoft.graph.networkaccess.forwardingPolicy | Update the rules within a forwarding policy. |
Properties
Property | Type | Description |
---|---|---|
description | String | Forwarding policy description. Inherited from microsoft.graph.networkaccess.policy. |
id | String | Identifier for the forwarding policy. Inherited from microsoft.graph.entity. |
name | String | Forwarding policy name. Inherited from microsoft.graph.networkaccess.policy. |
trafficForwardingType | microsoft.graph.networkaccess.trafficForwardingType | Traffic type for forwarding policy. The possible values are: m365 , internet , private . |
version | String | Forwarding policy version. Inherited from microsoft.graph.networkaccess.policy. |
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. Inherited from microsoft.graph.networkaccess.policy. Supports $expand . |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.forwardingPolicy",
"id": "String (identifier)",
"name": "String",
"description": "String",
"version": "String",
"trafficForwardingType": "String"
}