Skip to content

Commit 047d9d1

Browse files
authored
Update conditionalaccessclientapplications.md - GA servicePrincipalFilter
Address https://aka.ms/UUFTriageApp?pageviewid=3d53798d-52b9-3426-8804-5f11320324c3
1 parent 9fd8511 commit 047d9d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api-reference/v1.0/resources/conditionalaccessclientapplications.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Represents client applications (service principals and workload identities) incl
2020
|:---|:---|:---|
2121
|excludeServicePrincipals|String collection|Service principal IDs excluded from the policy scope.|
2222
|includeServicePrincipals|String collection|Service principal IDs included in the policy scope, or `ServicePrincipalsInMyTenant`. |
23+
|servicePrincipalFilter | [conditionalAccessFilter](conditionalaccessfilter.md) | Filter that defines the dynamic-servicePrincipal-syntax rule to include/exclude service principals. A filter can use custom security attributes to include/exclude service principals. |
2324

2425
## Relationships
2526
None.
@@ -39,7 +40,8 @@ The following JSON representation shows the resource type.
3940
],
4041
"includeServicePrincipals": [
4142
"String"
42-
]
43+
],
44+
"servicePrincipalFilter": {"@odata.type": "microsoft.graph.conditionalAccessFilter"}
4345
}
4446
```
4547

0 commit comments

Comments
 (0)