Sha256: 2a6e05995d4d6d54da8eec27b9f53ae7e3b4a15f994997fcf09e65c40d2230fb
Contents?: true
Size: 672 Bytes
Versions: 5
Compression:
Stored size: 672 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** | Role Policy this should be a stringified blob of json | [optional] **users** | **Array<Integer>** | an array of user identifiers | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateRole.new(name: null, description: null, acl: null, users: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.3.0 | docs/UpdateRole.md |
talon_one-2.2.0 | docs/UpdateRole.md |
talon_one-2.1.1 | docs/UpdateRole.md |
talon_one-2.1.0 | docs/UpdateRole.md |
talon_one-2.0.0 | docs/UpdateRole.md |