Skip to content

Commit

Permalink
azuread_conditional_access_policy: document conditional forcenew for …
Browse files Browse the repository at this point in the history
…devices block
  • Loading branch information
manicminer committed Nov 25, 2021
1 parent 9497d4d commit e8984d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources/conditional_access_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "azuread_conditional_access_policy" "example" {
}
devices {
device_filter {
filter {
mode = "exclude"
rule = "device.operatingSystem eq \"Doors\""
}
Expand Down Expand Up @@ -113,11 +113,11 @@ The following arguments are supported:

`devices` block supports the following:

* `device_filter` - (Optional) A `device_filter` block as described below.
* `filter` - (Optional) A `filter` block as described below. A `device` block can be added to an existing policy, but removing the `device` block forces a new resource to be created.

---

`device_filter` block supports the following:
`filter` block supports the following:

* `mode` - (Required) Whether to include in, or exclude from, matching devices from the policy. Supported values are `include` or `exclude`.
* `rule` - (Required) Condition filter to match devices. For more information, see [official documentation](https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/concept-condition-filters-for-devices#supported-operators-and-device-properties-for-filters).
Expand Down

0 comments on commit e8984d9

Please sign in to comment.