Edit

Share via


policyRule 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.

An abstract data type for the following rules within policies:

Inherits from microsoft.graph.entity.

Methods

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

Properties

Property Type Description
id String The unique identifier for the rule. Inherited from microsoft.graph.entity.
name String Name.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.policyRule",
  "id": "String (identifier)",
  "name": "String"
}