Hi ,
For SaaS instance of apigee , is there a way , I can edit /environments resource permission on Apigee while creating custom role through management API.
Issue : I want to create role which are specific to environment , in my org if I have 4 environment , I want some users can only access one environment and not other 3.
When I try to create custom role on APIGEE SaaS , through Management UI , I see /environment resouce permissons added when i allow trace access to all environments to a user , If i just select one environment , then when user logs in he/she cannot check environment configurations for that environment as drop down list of environment come empty.
Once I have created custom role for specific one environment , I cannot go ahead and change it by adding /environment/* resouce path as this give 403 forbidden (I know on SAAS it is not allowed to chnage environment via management API) , but is there a work around this issue.
Also , just wanted to know /environment resouce path is added when user are created from management UI , as there also we give organization admin credentials.