conditionalAccessDevices resource type

Namespace: microsoft.graph

Represents devices in the policy scope.

Properties

Property Type Description
deviceFilter conditionalAccessFilter Filter that defines the dynamic-device-syntax rule to include/exclude devices. A filter can use device properties (such as extension attributes) to include/exclude them.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "deviceFilter": {"@odata.type": "microsoft.graph.conditionalAccessFilter"}
}