mapping permissions with scopes

sync-branches
Viranga Gunarathna 1 year ago committed by pasindu
parent 8b97da716d
commit 56efec478b

@ -75,14 +75,14 @@ import javax.ws.rs.core.Response;
description = "Getting Android Platform Configurations", description = "Getting Android Platform Configurations",
key = "and:conf:view", key = "and:conf:view",
roles = {"Internal/devicemgt-user"}, roles = {"Internal/devicemgt-user"},
permissions = {"/device-mgt/devices/enroll/android"} permissions = {"/device-mgt/platform-configurations/android/view"}
), ),
@Scope( @Scope(
name = "Manage Configurations", name = "Manage Configurations",
description = "Updating Android Platform Configurations", description = "Updating Android Platform Configurations",
key = "and:conf:manage", key = "and:conf:manage",
roles = {"Internal/devicemgt-user"}, roles = {"Internal/devicemgt-user"},
permissions = {"/device-mgt/platform-configurations/manage"} permissions = {"/device-mgt/platform-configurations/android/manage"}
) )
} }
) )

Loading…
Cancel
Save