Sha256: 7da5bddd3fa89974036ac72c5e79573f8b3922f1a7f5cbf74bfb575b6e23c515

Contents?: true

Size: 618 Bytes

Versions: 6

Compression:

Stored size: 618 Bytes

Contents

# TalonOne::NewInvitation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the user being invited. | [optional] 
**email** | **String** |  | 
**acl** | **String** | a blob of acl json | 
**roles** | **Array<Integer>** | An array of roleIDs to assign the new user to | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewInvitation.new(name: null,
                                 email: null,
                                 acl: null,
                                 roles: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/NewInvitation.md
talon_one-2.3.0 docs/NewInvitation.md
talon_one-2.2.0 docs/NewInvitation.md
talon_one-2.1.1 docs/NewInvitation.md
talon_one-2.1.0 docs/NewInvitation.md
talon_one-2.0.0 docs/NewInvitation.md