User
class resources.user.User
Base class: Resource
A user which can access Cloudomation.
See the corresponding Flow Api class at User
Property | Description | Type | Import/Export |
---|---|---|---|
activation_code | UUID() | neither | |
activation_deadline | DateTime(timezone=True) | neither | |
The confirmed email address of the user. Output only. | String(length=128) | export only | |
failed_auth_count | Integer() | neither | |
icon | An SVG/PNG icon for the user. | Text() | both |
id | UUID() | both | |
is_activated | A readonly flag if the user accepted the initial invitation email. | Boolean() | export only |
is_enabled | A flag to control if the user is enabled. | Boolean() | both |
is_locked_out | Boolean() | export only | |
is_twofa_enabled | Boolean() | neither | |
last_login | The last time the user logged in to Cloudomation. Output only. | DateTime(timezone=True) | export only |
last_ui_activity | The last time the user was active in the Cloudomation user-interface. Output only. | DateTime(timezone=True) | export only |
otp_secret | String(length=32) | neither | |
password | String(length=128) | neither | |
pending_email | An unconfirmed email address of the user. | String(length=128) | export only |
size_bytes | BigInteger() | neither |