Skip to content

Commit 5641f20

Browse files
author
Tadayuki Onishi
committed
fix typo
1 parent eed600e commit 5641f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/conditional_access_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The following arguments are supported:
178178
* `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.
179179
* `filter` - (Optional) A `filter` block as described below.
180180
* `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.
181-
* `include_authentication_context_class_references` - (Optional) A list of authenticaton context class reference to include. Supported values are `c1` through `c99`.
181+
* `include_authentication_context_class_references` - (Optional) A list of authentication context class reference to include. Supported values are `c1` through `c99`.
182182

183183
---
184184

0 commit comments

Comments
 (0)