Skip to content

Commit 0c34893

Browse files
committed
reorder argument in doc
1 parent 21a9974 commit 0c34893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/resources/conditional_access_policy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,12 @@ The following arguments are supported:
184184
`client_applications` block supports the following:
185185

186186
* `excluded_service_principals` - (Optional) A list of service principal IDs explicitly excluded in the policy.
187-
* `included_service_principals` - (Optional) A list of service principal IDs explicitly included in the policy. Can be set to `ServicePrincipalsInMyTenant` to include all service principals. This is mandatory value when at least one `excluded_service_principals` is set.
188187
* `filter` - (Optional) A `filter` block as documented below.
189188

190189
~> **Note:** Specifying `filter` requires the `Attribute Definition Reader` role, this is not included in the `Global Administrator` or other administrator roles and must be separately assigned.
191190

191+
* `included_service_principals` - (Optional) A list of service principal IDs explicitly included in the policy. Can be set to `ServicePrincipalsInMyTenant` to include all service principals. This is mandatory value when at least one `excluded_service_principals` is set.
192+
192193
---
193194

194195
`devices` block supports the following:

0 commit comments

Comments
 (0)