Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 802 Bytes

RoleUpdate.md

File metadata and controls

12 lines (9 loc) · 802 Bytes

# RoleUpdate

Properties

Name Type Description Notes
name string The name of the role [optional]
description string optional description string explaining what this role represents, or what permissions are granted to it. [optional]
permissions string[] list of action keys that define what actions this resource role is permitted to do [optional]
extends 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]

[Back to Model list] [Back to API list] [Back to README]