Sha256: 4bfea19289d01d8a3ec2822deb32a8cc8fd1ba240820a3c8d7c1ee0058e2e341
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
# SwaggerClient::UserEdit ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **authentication** | [**CreateAuthenticationSource**](CreateAuthenticationSource.md) | | [optional] **email** | **String** | The email address of the user. | [optional] **enabled** | **BOOLEAN** | Whether the user account is enabled. Defaults to `true`. | [optional] **id** | **Integer** | The identifier of the user. | [optional] **locale** | [**LocalePreferences**](LocalePreferences.md) | | [optional] **locked** | **BOOLEAN** | Whether the user account is locked (exceeded maximum password retry attempts). | [optional] **login** | **String** | The login name of the user. | **name** | **String** | The full name of the user. | **password** | **String** | The password to use for the user. | **password_reset_on_login** | **BOOLEAN** | Whether to require a reset of the user's password upon first login. Defaults to `false`. | [optional] **role** | [**UserCreateRole**](UserCreateRole.md) | |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/UserEdit.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/UserEdit.md |