Sha256: afa29160878463bc2bffdc95864baede97133896079a0a646798f7092c5e2dbf
Contents?: true
Size: 1.32 KB
Versions: 3
Compression:
Stored size: 1.32 KB
Contents
# TalonOne::RoleV2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **modified** | **DateTime** | The time this entity was last modified. | **account_id** | **Integer** | The ID of the account that owns this entity. | **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::RoleV2.new(id: 6, created: 2020-06-10T09:05:27.993483Z, modified: 2021-09-12T10:12:42Z, account_id: 3886, 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/RoleV2.md |
talon_one-6.0.0 | docs/RoleV2.md |
talon_one-5.0.0 | docs/RoleV2.md |