You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graph/patterns/subsets.md
+35-16Lines changed: 35 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,33 +185,52 @@ _Note: Unrelated properties on entities are omitted for easier readability._
185
185
186
186
### Filter when base type has the "kind" enum property
187
187
188
-
```HTTP
189
-
GET .../memberships?$filter=membershipKind eq 'all'
188
+
```http
189
+
GET https://graph.microsoft.com/v1.0/identity/conditionalAccess/policies?$filter=conditions/users/includeGuestsOrExternalUsers/externalTenants/membershipKind eq 'all'
### Filter when base type lacks the "kind" enum property
204
213
205
214
```HTTP
206
-
GET .../memberships?$filter=isof(microsoft.graph.allMembership)
215
+
GET https://graph.microsoft.com/v1.0/identity/conditionalAccess/policies?$filter=isof(conditions/users/includeGuestsOrExternalUsers/externalTenants, microsoft.graph.conditionalAccessAllExternalTenants)
0 commit comments