Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 666 Bytes

RoleV2PermissionSet.md

File metadata and controls

19 lines (12 loc) · 666 Bytes

TalonOne::RoleV2PermissionSet

Properties

Name Type Description Notes
name String Name of the permission set.
logical_operations Array<String> List of logical operations in the permission set. Each logical operation must be shown under the `x-permission` tag on an endpoint level.

Code Sample

require 'TalonOne'

instance = TalonOne::RoleV2PermissionSet.new(name: Campaign manager permission set,
                                 logical_operations: [createCampaignOperations, getCampaignOperations, deleteCampaignOperations])