Sha256: 76c576f4ff7c8e266842950e2553be1d37e4de184bff2ccf86a08d115bb64e74
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
# PulpFileClient::PatchedUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | [optional] **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::PatchedUser.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/PatchedUser.md |
pulp_file_client-3.49.14 | docs/PatchedUser.md |