Sha256: 619a5bf9f379f9308c670d57d7bc20918b616b1c5c928304b5408caf21955edf
Contents?: true
Size: 795 Bytes
Versions: 1
Compression:
Stored size: 795 Bytes
Contents
# TalonOne::ScimUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **active** | **Boolean** | Status of the user. | [optional] **display_name** | **String** | Display name of the user. | [optional] **user_name** | **String** | Unique identifier of the user. This is usually an email address. | [optional] **name** | [**ScimBaseUserName**](ScimBaseUserName.md) | | [optional] **id** | **String** | ID of the user. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ScimUser.new(active: true, display_name: John Doe, user_name: john.doe@example.com, name: null, id: 359) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-6.0.0 | docs/ScimUser.md |