filteringPolicyLink 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 association between a filtering policy and a filtering profile.

This is an abstract type. Inherits from microsoft.graph.networkaccess.policyLink.

Methods

Method Return type Description
List filteringPolicyLink objects microsoft.graph.networkaccess.filteringPolicyLink collection Get a list of the microsoft.graph.networkaccess.filteringPolicyLink objects and their properties.
Get filteringPolicyLink microsoft.graph.networkaccess.filteringPolicyLink Get a microsoft.graph.networkaccess.filteringPolicyLink object.
Update filteringPolicyLink microsoft.graph.networkaccess.filteringPolicyLink Update the properties of a microsoft.graph.networkaccess.filteringPolicyLink object.
Delete filteringPolicyLink None Delete a microsoft.graph.networkaccess.filteringPolicyLink object.

Properties

Property Type Description
action microsoft.graph.networkaccess.filteringPolicyAction The actions for filtering policies, offering "block" and "allow" options to specify whether to block or allow access based on the policy. The possible values are: block, allow.
createdDateTime DateTimeOffset The date and time when the filtering Policy link was created.
id String Unique identifier. Inherited from microsoft.graph.entity.
lastModifiedDateTime DateTimeOffset The date and time when the policy was most recently modified.
state microsoft.graph.networkaccess.status A value that tells whether the link is enabled or disabled. Inherited from microsoft.graph.networkaccess.policyLink. The allowed values are enabled and disabled.

Relationships

Relationship Type Description
policy microsoft.graph.networkaccess.policy The definition of the policy ruleset that makes up the core definition of a policy. Inherited from microsoft.graph.networkaccess.policyLink. Automatically expanded.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.filteringPolicyLink",
  "id": "String (identifier)",
  "state": "String",
  "version": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "priority": "Integer",
  "action": "String",
  "loggingState": "String"
}