Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadayuki Onishi committed Oct 17, 2024
1 parent eed600e commit 5641f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/conditional_access_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ The following arguments are supported:
* `included_applications` - (Optional) A list of application IDs the policy applies to, unless explicitly excluded (in `excluded_applications`). Can also be set to `All`, `None` or `Office365`. Cannot be specified with `included_user_actions`. One of `included_applications`, `included_user_actions` or `include_authentication_context_class_references` must be specified.
* `filter` - (Optional) A `filter` block as described below.
* `included_user_actions` - (Optional) A list of user actions to include. Supported values are `urn:user:registerdevice` and `urn:user:registersecurityinfo`. Cannot be specified with `included_applications`. One of `included_applications`, `included_user_actions` or `include_authentication_context_class_references` must be specified.
* `include_authentication_context_class_references` - (Optional) A list of authenticaton context class reference to include. Supported values are `c1` through `c99`.
* `include_authentication_context_class_references` - (Optional) A list of authentication context class reference to include. Supported values are `c1` through `c99`.

---

Expand Down

0 comments on commit 5641f20

Please sign in to comment.