Sha256: 327ed122e86588843cd77aeab261db14bdca5ca7fb4679b507a88723c30e9199

Contents?: true

Size: 751 Bytes

Versions: 6

Compression:

Stored size: 751 Bytes

Contents

# TalonOne::NewRole

## Properties

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. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewRole.new(name: Campaign Manager,
                                 description: Manages the campaigns,
                                 acl: ,
                                 members: [48, 562, 475, 18])
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewRole.md
talon_one-6.0.0 docs/NewRole.md
talon_one-5.0.0 docs/NewRole.md
talon_one-3.0.2 docs/NewRole.md
talon_one-3.0.1 docs/NewRole.md
talon_one-3.0.0 docs/NewRole.md