Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 671 Bytes

UpdateRole.md

File metadata and controls

12 lines (9 loc) · 671 Bytes

TalonOne.Model.UpdateRole

Properties

Name Type Description Notes
Name string Name of the role. [optional]
Description string Description of the role. [optional]
Acl string The `Access Control List` json defining the role of the user. This represents the access control on the user level. [optional]
Members List<int> An array of user identifiers. [optional]

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