Sha256: 64970731ccc21d9704b97c7ca381820fb591e70303634e27f6238954f791fed2
Contents?: true
Size: 850 Bytes
Versions: 4
Compression:
Stored size: 850 Bytes
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] **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, roles: null, application_notification_subscriptions: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/UpdateUser.md |
talon_one-2.4.0 | docs/UpdateUser.md |
talon_one-2.3.0 | docs/UpdateUser.md |
talon_one-2.2.0 | docs/UpdateUser.md |