Sha256: 122126177d4809a49355b291b3be4f7850128c3148b7107c0dc35b1e7935183f
Contents?: true
Size: 589 Bytes
Versions: 6
Compression:
Stored size: 589 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 userid in this role | [optional] **acl** | **String** | Role Policy this should be a stringified blob of json | [optional]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.4.0 | docs/Role.md |
talon_one-1.3.0 | docs/Role.md |
talon_one-1.2.0 | docs/Role.md |
talon_one-1.1.2 | docs/Role.md |
talon_one-1.1.1 | docs/Role.md |
talon_one-1.1.0 | docs/Role.md |