Skip to content

flywheel.models.sync_user_input

SyncUserInput

Bases: object

auth0id property writable

Gets the auth0id of this SyncUserInput.

Returns:

Type Description
str

The auth0id of this SyncUserInput

disabled property writable

Gets the disabled of this SyncUserInput.

Returns:

Type Description
bool

The disabled of this SyncUserInput

email property writable

Gets the email of this SyncUserInput.

Returns:

Type Description
str

The email of this SyncUserInput

family_name property writable

Gets the family_name of this SyncUserInput.

Returns:

Type Description
str

The family_name of this SyncUserInput

given_name property writable

Gets the given_name of this SyncUserInput.

Returns:

Type Description
str

The given_name of this SyncUserInput

revision property writable

Gets the revision of this SyncUserInput.

Returns:

Type Description
int

The revision of this SyncUserInput

role property writable

Gets the role of this SyncUserInput.

Returns:

Type Description
RoleType

The role of this SyncUserInput

__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__(email=None, given_name=None, family_name=None, disabled=None, auth0id=None, revision=None, role=None)

SyncUserInput - a model defined in Swagger

Parameters:

Name Type Description Default
email (str, optional)

, defaults to None

None
given_name (str, optional)

, defaults to None

None
family_name (str, optional)

, defaults to None

None
disabled (bool, optional)

, defaults to None

None
auth0id (str, optional)

, defaults to None

None
revision (int, optional)

, defaults to None

None
role (RoleType, 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