Sha256: 1737333b4c4c924c02461d3d32a0fd91bba2d593874ead59ba7e5f9976d469ac

Contents?: true

Size: 1000 Bytes

Versions: 3

Compression:

Stored size: 1000 Bytes

Contents

# TalonOne::UpdateUser

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The user name. | [optional] 
**policy** | **String** | The `Access Control List` json defining the role of the user. This represents the access control on the user level. | [optional] 
**state** | **String** | New state (\"deactivated\" or \"active\") for the user. Only usable by admins for the user. | [optional] 
**roles** | **Array<Integer>** | List of roles to assign to the user. | [optional] 
**application_notification_subscriptions** | [**Object**](.md) |  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::UpdateUser.new(name: John Doe,
                                 policy: ,
                                 state: deactivated,
                                 roles: [1, 3],
                                 application_notification_subscriptions: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/UpdateUser.md
talon_one-3.0.1 docs/UpdateUser.md
talon_one-3.0.0 docs/UpdateUser.md