Sha256: 6cc2bfce24a3a70264b8b0ddf431e027887c0aac9eb9eab549107c699cd39d23
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
# PulpCertguardClient::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 'PulpCertguardClient' instance = PulpCertguardClient::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_certguard_client-3.55.2 | docs/PatchedUser.md |
pulp_certguard_client-3.49.14 | docs/PatchedUser.md |