Sha256: 4de396a6859fa639be0d8441be87958edc97d59e7b186925e5a19d2f09062b1e

Contents?: true

Size: 790 Bytes

Versions: 6

Compression:

Stored size: 790 Bytes

Contents

# TalonOne::UpdateRole

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the role. | [optional] 
**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. | [optional] 
**members** | **Array<Integer>** | An array of user identifiers. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::UpdateRole.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/UpdateRole.md
talon_one-6.0.0 docs/UpdateRole.md
talon_one-5.0.0 docs/UpdateRole.md
talon_one-3.0.2 docs/UpdateRole.md
talon_one-3.0.1 docs/UpdateRole.md
talon_one-3.0.0 docs/UpdateRole.md