Sha256: a3c67a821a09adc83619f88dfe7aa2d524557d96951acb4e0e33d2162f7df92b
Contents?: true
Size: 938 Bytes
Versions: 3
Compression:
Stored size: 938 Bytes
Contents
# TalonOne::Role ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The ID of the role corresponding to the DB row | **account_id** | **Integer** | The ID of the Talon.One account that owns this role. | **name** | **String** | Name of the role | [optional] **description** | **String** | Description of the role | [optional] **members** | **Array<Integer>** | A list of user identifiers assigned to this role | [optional] **acl** | **String** | Role Policy this should be a stringified blob of json | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Role.new(id: null, account_id: null, name: null, description: null, members: null, acl: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/Role.md |
talon_one-2.1.0 | docs/Role.md |
talon_one-2.0.0 | docs/Role.md |