Skip to content

flywheel.models.modify_user_input

ModifyUserInput

Bases: object

avatar property writable

Gets the avatar of this ModifyUserInput.

Returns:

Type Description
str

The avatar of this ModifyUserInput

avatars property writable

Gets the avatars of this ModifyUserInput.

Returns:

Type Description
Avatars

The avatars of this ModifyUserInput

central_revision property writable

Gets the central_revision of this ModifyUserInput.

Returns:

Type Description
int

The central_revision of this ModifyUserInput

disabled property writable

Gets the disabled of this ModifyUserInput.

Returns:

Type Description
bool

The disabled of this ModifyUserInput

email property writable

Gets the email of this ModifyUserInput.

Returns:

Type Description
str

The email of this ModifyUserInput

firstname property writable

Gets the firstname of this ModifyUserInput.

Returns:

Type Description
str

The firstname of this ModifyUserInput

lastname property writable

Gets the lastname of this ModifyUserInput.

Returns:

Type Description
str

The lastname of this ModifyUserInput

ldap_sync_id property writable

Gets the ldap_sync_id of this ModifyUserInput.

Returns:

Type Description
str

The ldap_sync_id of this ModifyUserInput

password property writable

Gets the password of this ModifyUserInput.

Returns:

Type Description
str

The password of this ModifyUserInput

preferences property writable

Gets the preferences of this ModifyUserInput.

Returns:

Type Description
UserPreferences

The preferences of this ModifyUserInput

roles property writable

Gets the roles of this ModifyUserInput.

Returns:

Type Description
list[RoleType]

The roles of this ModifyUserInput

root property writable

Gets the root of this ModifyUserInput.

Returns:

Type Description
bool

The root of this ModifyUserInput

__contains__(key)

Checks if the given value is a key in this object

__eq__(other)

Returns true if both objects are equal

__getitem__(key)

Returns the value of key

__init__(firstname=None, lastname=None, email=None, avatars=None, avatar=None, roles=None, disabled=None, preferences=None, root=None, password=None, central_revision=None, ldap_sync_id=None)

ModifyUserInput - a model defined in Swagger

Parameters:

Name Type Description Default
firstname (str, optional)

, defaults to None

None
lastname (str, optional)

, defaults to None

None
email (str, optional)

, defaults to None

None
avatars (Avatars, optional)

, defaults to None

None
avatar (str, optional)

, defaults to None

None
roles (list[RoleType], optional)

, defaults to None

None
disabled (bool, optional)

, defaults to None

None
preferences (UserPreferences, optional)

, defaults to None

None
root (bool, optional)

, defaults to None

None
password (str, optional)

, defaults to None

None
central_revision (int, optional)

, defaults to None

None
ldap_sync_id (str, optional)

, defaults to None

None

__ne__(other)

Returns true if both objects are not equal

__repr__()

For print and pprint

__setitem__(key, value)

Sets the value of key

get(key, default=None)

Get the value of the provided json property, or default

items()

Returns the list of json property to value mapping

keys()

Returns the list of json properties in the object

positional_to_model(value) staticmethod

Converts a positional argument to a model value

return_value()

Unwraps return value from model

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

values()

Returns the list of values in the object