Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 694 Bytes

RoleBlock.md

File metadata and controls

12 lines (7 loc) · 694 Bytes

RoleBlock

Properties

Name Type Description Notes
description kotlin.String optional description string explaining what this role represents, or what permissions are granted to it. [optional]
permissions kotlin.collections.List<kotlin.String> list of action keys that define what actions this resource role is permitted to do [optional]
extends kotlin.collections.List<kotlin.String> list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. [optional]