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. |
require 'TalonOne'
instance = TalonOne::NewRole.new(name: Campaign Manager,
description: Manages the campaigns,
acl: ,
members: [48, 562, 475, 18])