conditionalAccessDevices resource type
Namespace: microsoft.graph
Represents devices in the scope of a conditionalAccessTemplate object. This resource is configured in the conditionalAccessTemplate resource > details property > conditions property > devices property.
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 JSON representation shows the resource type.
{
"deviceFilter": {"@odata.type": "microsoft.graph.conditionalAccessFilter"}
}