Close
    logoCloudomation Docs

    User

    class resources.user.User

    Base class: Resource

    A user which can access Cloudomation.

    :py:obj:flow_api.user.User

    PropertyDescriptionType
    idUUID()
    iconAn SVG/PNG icon for the user.Text()
    passwordString(length=128)
    otp_secretString(length=32)
    emailThe confirmed email address of the user. Output only.String(length=128)
    pending_emailAn unconfirmed email address of the user.String(length=128)
    activeA flag to control if the user is active.Boolean()
    last_activityThe last time the user was active in Cloudomation. Output only.DateTime(timezone=True)
    last_loginThe last time the user logged in to Cloudomation. Output only.DateTime(timezone=True)
    last_ui_activityThe last time the user was active in the Cloudomation user-interface. Output only.DateTime(timezone=True)
    activation_codeUUID()
    activation_deadlineDateTime(timezone=True)
    is_2fa_enabledBoolean()
    old_passwordString(length=128)
    provisioning_uriString(length=1024)
    size_bytesBigInteger()
    rolesText()
    Previous
    Tag
    Next
    VaultConfig