Sha256: 4e12b1ff927d15468c967cfdfc4d8ebfa56df897432a3b8ae0c4b78bac1f3982
Contents?: true
Size: 624 Bytes
Versions: 5
Compression:
Stored size: 624 Bytes
Contents
# TalonOne::NewRole ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the role | **description** | **String** | Description of the role | [optional] **acl** | **String** | Role Policy this should be a stringified blob of json | **users** | **Array<Integer>** | An array of userIDs | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewRole.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/NewRole.md |
talon_one-2.2.0 | docs/NewRole.md |
talon_one-2.1.1 | docs/NewRole.md |
talon_one-2.1.0 | docs/NewRole.md |
talon_one-2.0.0 | docs/NewRole.md |