filteringPolicy 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.
Defines the specific traffic that is allowed or blocked through the Global Secure Access services for a filtering profile.
Inherits from microsoft.graph.networkaccess.policy.
Methods
Method | Return type | Description |
---|---|---|
List | microsoft.graph.networkaccess.filteringPolicy collection | Get all filtering policies in the tenant to better understand what traffic is blocked or allowed. |
List policies for a filtering policy profile | filteringPolicyLink collection | Get the filtering policy resources from the policy profile. |
Create | microsoft.graph.networkaccess.filteringPolicy | Create a new microsoft.graph.networkaccess.filteringPolicy for defining traffic rules. |
Get | microsoft.graph.networkaccess.filteringPolicy | Get a microsoft.graph.networkaccess.filteringPolicy object to view its configuration. |
Update | microsoft.graph.networkaccess.filteringPolicy | Modify the properties of an existing microsoft.graph.networkaccess.filteringPolicy to update its traffic rules. |
Delete | None | Delete a microsoft.graph.networkaccess.filteringPolicy object. |
Delete policy for a filtering policy profile | None | Delete a microsoft.graph.networkaccess.filteringPolicy object. |
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | The date and time when the filtering Policy was originally created. |
description | String | A description of the filtering policy. Inherited from microsoft.graph.networkaccess.policy. |
id | String | The identifier for the filtering policy. Inherited from microsoft.graph.entity. |
lastModifiedDateTime | DateTimeOffset | The date and time when a particular profile was last modified or updated. |
name | String | The display name for the filtering policy. Inherited from microsoft.graph.networkaccess.policy. |
Relationships
Relationship | Type | Description |
---|---|---|
policyRules | microsoft.graph.networkaccess.policyRule collection | 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.filteringPolicy",
"id": "String (identifier)",
"name": "String",
"description": "String",
"version": "String",
"lastModifiedDateTime": "String (timestamp)",
"createdDateTime": "String (timestamp)"
}