Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 751 Bytes

NewRole.md

File metadata and controls

23 lines (16 loc) · 751 Bytes

TalonOne::NewRole

Properties

Name Type Description Notes
name String Name of the role.
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.
members Array<Integer> An array of user identifiers.

Code Sample

require 'TalonOne'

instance = TalonOne::NewRole.new(name: Campaign Manager,
                                 description: Manages the campaigns,
                                 acl: ,
                                 members: [48, 562, 475, 18])