User
class resources.user.User
Base class: Resource
A user which can access Cloudomation.
:py:obj:flow_api.user.User
Property | Description | Type |
---|---|---|
id | UUID() | |
icon | An SVG/PNG icon for the user. | Text() |
password | String(length=128) | |
otp_secret | String(length=32) | |
The confirmed email address of the user. Output only. | String(length=128) | |
pending_email | An unconfirmed email address of the user. | String(length=128) |
active | A flag to control if the user is active. | Boolean() |
last_activity | The last time the user was active in Cloudomation. Output only. | DateTime(timezone=True) |
last_login | The last time the user logged in to Cloudomation. Output only. | DateTime(timezone=True) |
last_ui_activity | The last time the user was active in the Cloudomation user-interface. Output only. | DateTime(timezone=True) |
activation_code | UUID() | |
activation_deadline | DateTime(timezone=True) | |
is_2fa_enabled | Boolean() | |
old_password | String(length=128) | |
provisioning_uri | String(length=1024) | |
size_bytes | BigInteger() | |
roles | Text() |