How can I grant read only rights for Configuration items in the Adaxes Admin Console?
Hello Mark,
You can use a security role like the following: However, it will only allow to see reports under containers. If the user selects a report, they will get an error message. For details on how to grant permissions to view reports, see https://www.adaxes.com/help/GrantRightsToViewReports.
Thanks! I tried several other read permissions for specific object types with no luck. This worked!
Hi, what kind of permission set is needed, to grant someone read only access to the web interface configuration?
Hello again! I've built a script to make a few Security Roles. I need to set the read permission to OUs in the script and I think I'm having an issue. I went into ... . Did I get the wrong GUID or am I doing something wrong in the script? Thanks again!
We are looking to create a dashboard that has read only capabilities. We want some IT users they are working support functions to be able to check AD data without the ability to modify any data. Is this pre-built or do you have instructions on achieving this?
Hi, Still struggling with blind user role :-) i found out that i cannot exclude configuration object from the role (this is greyed) so users cannot use "My Approval" "My requests" features Is this normal ? TIA
I can get the name ("cn") of the group but I am getting null for hubId ("adm-CustomAttributeText1"). What am I doing wrong here? var parentContainer = (IADsContainer) ... hubId = group.Get("adm-CustomAttributeText1").ToString(); } catch { } } } Thanks!