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
# item permissions
GET /graph/v1beta1/drives/{driveid}/items/{itemid}/permissions?# root permissions
GET /graph/v1beta1/drives/{driveid}/root/permissions?
Federated space is currently in the conceptual stage, as outlined in federated spaces #10065. This might be the reason for query **filter and select ** not working for root permission
Ticket: #9745
Bugs
Test cases:
select permissions:
$select={selectTerm}
selectTerm
item permissions
root permissions
filter permissions:
$filter=(userType eq 'Federated')
\@libre.graph.permissions.roles.allowedValues/rolePermissions/any(p:contains(p/condition, '@Subject.UserType=="Federated"'))
select and filter permissions:
$select={selectTerm}&$filter=(userType eq 'Federated')
The text was updated successfully, but these errors were encountered: