Sha256: 14fb11280b01905d1f52c9b571b5806f8e019bc943e6c3ac8424998f3da92ec1
Contents?: true
Size: 838 Bytes
Versions: 3
Compression:
Stored size: 838 Bytes
Contents
# TalonOne::NewRoleV2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the role. | **description** | **String** | Description of the role. | **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::NewRoleV2.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/NewRoleV2.md |
talon_one-6.0.0 | docs/NewRoleV2.md |
talon_one-5.0.0 | docs/NewRoleV2.md |