Sha256: fafe0042f63e77364e1130af15ede99d905ad692c4762fd672f26dec477dcd33
Contents?: true
Size: 764 Bytes
Versions: 3
Compression:
Stored size: 764 Bytes
Contents
# TalonOne::NewExternalInvitation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the user. | [optional] **user_groups** | **Array<String>** | List of user groups in the external identity provider. If there are roles in Talon.One whose names match these user groups, those roles will be automatically assigned to the user upon invitation. | [optional] **email** | **String** | Email address of the user. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewExternalInvitation.new(name: John Doe, user_groups: [Managers, Customer support], email: john.doe@example.com) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewExternalInvitation.md |
talon_one-6.0.0 | docs/NewExternalInvitation.md |
talon_one-5.0.0 | docs/NewExternalInvitation.md |