Sha256: 50cb7b5c42e38f189f1777379338c42c78c9253cb378195c70c5e0f94ab24d90
Contents?: true
Size: 1010 Bytes
Versions: 3
Compression:
Stored size: 1010 Bytes
Contents
# Fastly::User ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **login** | **String** | The login associated with the user (typically, an email address). | [optional] | | **name** | **String** | The real life name of the user. | [optional] | | **limit_services** | **Boolean** | Indicates that the user has limited access to the customer's services. | [optional] | | **locked** | **Boolean** | Indicates whether the is account is locked for editing or not. | [optional] | | **require_new_password** | **Boolean** | Indicates if a new password is required at next login. | [optional] | | **role** | [**RoleUser**](RoleUser.md) | | [optional] | | **two_factor_auth_enabled** | **Boolean** | Indicates if 2FA is enabled on the user. | [optional] | | **two_factor_setup_required** | **Boolean** | Indicates if 2FA is required by the user's customer account. | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastly-4.0.0.alpha4 | docs/User.md |
fastly-4.0.0.alpha3 | docs/User.md |
fastly-4.0.0.alpha2 | docs/User.md |