Skip to content

Commit 10eeda3

Browse files
authored
Merge branch 'main' into uuf-conditionalaccessgrantcontrols
2 parents a0c58d5 + c34c9cc commit 10eeda3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-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

changelog/Microsoft.IdentityProtectionServices.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"changelog": [
33
{
4+
"ChangeList": [
5+
{
6+
"Id": "cd522691-2796-43e6-848d-6da72a8ccf4c",
7+
"ApiChange": "Property",
8+
"ChangedApiName": "servicePrincipalFilter",
9+
"ChangeType": "Addition",
10+
"Description": "Added the **servicePrincipalFilter** property to the [conditionalAccessClientApplications](https://learn.microsoft.com/en-us/graph/api/resources/conditionalAccessClientApplications?view=graph-rest-1.0) resource.",
11+
"Target": "conditionalAccessClientApplications"
12+
}
13+
],
14+
"Id": "cd522691-2796-43e6-848d-6da72a8ccf4c",
15+
"Cloud": "Prod",
16+
"Version": "v1.0",
17+
"CreatedDateTime": "2024-11-29T22:19:32.3422617Z",
18+
"WorkloadArea": "Identity and access",
19+
"SubArea": "Identity and sign-in"
20+
},
21+
{
422
"ChangeList": [
523
{
624
"Id": "972d6147-a658-4907-be86-4f346ad25e3b",

0 commit comments

Comments
 (0)