Sha256: f37d7f7b8aa4c8e68df75d1ec3ae982914d1d299cacfb64f4b96b2c82a17e0a1
Contents?: true
Size: 862 Bytes
Versions: 3
Compression:
Stored size: 862 Bytes
Contents
# TalonOne::RoleV2Base ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the role. | [optional] **description** | **String** | Description of the role. | [optional] **permissions** | [**RoleV2Permissions**](RoleV2Permissions.md) | | [optional] **members** | **Array<Integer>** | A list of user IDs the role is assigned to. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::RoleV2Base.new(name: Campaign and campaign access group manager, description: Allows you to create and edit campaigns for specific Applications, delete specific campaign access groups, and view loyalty programs., permissions: null, members: [10, 12]) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/RoleV2Base.md |
talon_one-6.0.0 | docs/RoleV2Base.md |
talon_one-5.0.0 | docs/RoleV2Base.md |