- ServiceNow Application Development
- Sagar Gupta
- 150字
- 2021-07-03 00:01:05
Assigning a role to a group
We can add a role to a group to enable the group's members to be able to access the application or module restricted by a role. Assigning a role to a group is a fairly simple process; however, one must be careful while granting roles to groups, as it deals with Security and many other features. Once a role is assigned to a group, members of the group will be able to gain access to applications and modules:
- Open the Server Administrator group we created previously through the Groups module and Edit... the Roles related list.
- From the slush-bucket, find servers Roles List we created and bring it to the selected list on the right and click Save:

- Once we add servers role to the group, we can see it appear in the Roles related list in the Server Administrators group detail page:

推薦閱讀
- ClickHouse性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- JavaScript:Functional Programming for JavaScript Developers
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Manga Studio Ex 5 Cookbook
- 面向STEM的Scratch創(chuàng)新課程
- DevOps Automation Cookbook
- Oracle BAM 11gR1 Handbook
- Python編程與幾何圖形
- Linux Device Drivers Development
- Asynchronous Android Programming(Second Edition)
- jQuery炫酷應(yīng)用實(shí)例集錦
- Mastering Xamarin.Forms(Second Edition)
- PHP從入門到精通(第4版)(軟件開(kāi)發(fā)視頻大講堂)
- 并行編程方法與優(yōu)化實(shí)踐