Sha256: 3f00528abd50df45c2a05df9cb4fd4fea21ae931cb564330e177800d7a979cb5
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
# Athenian::User ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Hash<String, AccountStatus>**](AccountStatus.md) | Mapping from user's account ID the membership status. | [optional] | | **email** | **String** | Email of the user. | [optional] | | **id** | **String** | Auth0 user identifier. | | | **impersonated_by** | **String** | Identifier of the super admin user who is acting on behalf of. | [optional] | | **login** | **String** | Auth backend user login name. | | | **native_id** | **String** | Auth backend user identifier. | | | **name** | **String** | Full name of the user. | [optional] | | **picture** | **String** | Avatar URL of the user. | [optional] | | **updated** | **Time** | Date and time of the last profile update. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::User.new( accounts: null, email: null, id: null, impersonated_by: null, login: null, native_id: null, name: null, picture: null, updated: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/User.md |
athenian-2.1.85 | docs/User.md |
athenian-2.1.81 | docs/User.md |