Sha256: 36db6fdbb32b20a531d487090c47bb6017fd5473fe44091114ee881437a7b3e3
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# TalonOne::User ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **modified** | **DateTime** | The exact moment this entity was last modified. | **email** | **String** | The email address associated with your account. | **account_id** | **Integer** | The ID of the account that owns this entity. | **invite_token** | **String** | Invite token, empty if the user as already accepted their invite. | **state** | **String** | Current user state. | **name** | **String** | Full name | **policy** | **String** | A blob of ACL JSON | **release_update** | **BOOLEAN** | Update the user via email | **latest_feature** | **String** | Latest feature the user has been notified. | [optional] **roles** | **Array<Integer>** | Contains a list of all roles a user is a memeber of | [optional] **application_notification_subscriptions** | **Object** | | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.2.0 | docs/User.md |