Sha256: 647e4fc64188fac3185afb1ab685de3059bbd18bcdc7276cb2e869e20ab6cda6
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
# PulpFileClient::User ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | **password** | **String** | Users password. Set to ``null`` to disable password authentication. | [optional] **first_name** | **String** | First name | [optional] **last_name** | **String** | Last name | [optional] **email** | **String** | Email address | [optional] **is_staff** | **Boolean** | Designates whether the user can log into this admin site. | [optional] [default to false] **is_active** | **Boolean** | Designates whether this user should be treated as active. | [optional] [default to true] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::User.new(username: null, password: null, first_name: null, last_name: null, email: null, is_staff: null, is_active: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/User.md |
pulp_file_client-3.49.14 | docs/User.md |