Skip to content

flywheel.models.site_settings

SiteSettings

Bases: object

center_gears property writable

Gets the center_gears of this SiteSettings.

Returns:

Type Description
list[str]

The center_gears of this SiteSettings

created property writable

Gets the created of this SiteSettings.

Returns:

Type Description
datetime

The created of this SiteSettings

deid_profile property writable

Gets the deid_profile of this SiteSettings.

Returns:

Type Description
dict(str, object)

The deid_profile of this SiteSettings

id property writable

Gets the id of this SiteSettings.

Returns:

Type Description
str

The id of this SiteSettings

ldap_sync property writable

Gets the ldap_sync of this SiteSettings.

Returns:

Type Description
LdapSyncStatus

The ldap_sync of this SiteSettings

mfa property writable

Gets the mfa of this SiteSettings.

Returns:

Type Description
MFASettings

The mfa of this SiteSettings

modified property writable

Gets the modified of this SiteSettings.

Returns:

Type Description
datetime

The modified of this SiteSettings

providers property writable

Gets the providers of this SiteSettings.

Returns:

Type Description
Providers

The providers of this SiteSettings

viewer_apps property writable

Gets the viewer_apps of this SiteSettings.

Returns:

Type Description
list[ViewerApp]

The viewer_apps of this SiteSettings

__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__(id='site', created=None, modified=None, center_gears=None, providers=None, ldap_sync=None, viewer_apps=None, deid_profile=None, mfa=None)

SiteSettings - a model defined in Swagger

Parameters:

Name Type Description Default
id (str, optional)

, defaults to 'site'

'site'
created (datetime, optional)

, defaults to None

None
modified (datetime, optional)

, defaults to None

None
center_gears (list[str], optional)

, defaults to None

None
providers (Providers, optional)

, defaults to None

None
ldap_sync (LdapSyncStatus, optional)

, defaults to None

None
viewer_apps (list[ViewerApp], optional)

, defaults to None

None
deid_profile (dict(str, object), optional)

, defaults to None

None
mfa (MFASettings, 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