TemplateUser#
- class TemplateUser(username=None, user_type=None, idp_id=None, display_name=None, first_name=None, middle_initial=None, last_name=None, email_id=None, locale=None, region=None, password=None, is_force_reset_password_enabled=None, additional_attributes=None, status=None, buckets_access_keys=None, last_login_time=None, created_time=None, last_updated_time=None, created_by=None, last_updated_by=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
User
- Parameters:
username – (
username
) Identifier for the User in the form an email address.user_type – (
user_type
)idp_id – (
idp_id
) Identifier of the IDP for the User.display_name – (
display_name
) Display name for the User.first_name – (
first_name
) First name for the User.middle_initial – (
middle_initial
) Middle name for the User.last_name – (
last_name
) Last name for the User.email_id – (
email_id
) Email Id for the User.locale – (
locale
) Default locale for the User.region – (
region
) Default Region for the User.password – (
password
) Password for the User.is_force_reset_password_enabled – (
is_force_reset_password_enabled
) Flag to force the User to reset password.additional_attributes – (
additional_attributes
) Any additional attribute for the User.status – (
status
)buckets_access_keys – (
buckets_access_keys
) Bucket Access Keys for the User.last_login_time – (
last_login_time
) Last successful logged in time for the User.created_time – (
created_time
) Creation time of the User.last_updated_time – (
last_updated_time
) Last updated time of the User.created_by – (
created_by
) User or Service who created the User.last_updated_by – (
last_updated_by
) Last updated by this User ID.ext_id – (
ext_id
) A globally unique identifier of an instance that is suitable for external consumption.links – (
links
) A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.tenant_id – (
tenant_id
) A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model