Sha256: ee36db2ba773373d2fef05b0c7616e652855779ef8c63bd7c63c16ed158ad23e
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# TalonOne::UpdateUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Your name. | [optional] **policy** | **String** | a blob of acl json | [optional] **state** | **String** | New state (\"deactivated\" or \"active\") for the user. Only usable by admins for the user. | [optional] **release_update** | **Boolean** | Update the user via email | [optional] **latest_feature** | **String** | The latest feature you've been notified. | [optional] **roles** | **Array<Integer>** | Update | [optional] **application_notification_subscriptions** | [**Object**](.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateUser.new(name: null, policy: null, state: null, release_update: null, latest_feature: null, roles: null, application_notification_subscriptions: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/UpdateUser.md |
talon_one-2.1.0 | docs/UpdateUser.md |
talon_one-2.0.0 | docs/UpdateUser.md |