flywheel.models.auth0_options_out
Auth0OptionsOut
Bases: object
academic_idp_whitelist property writable
Gets the academic_idp_whitelist of this Auth0OptionsOut.
Returns:
| Type | Description |
|---|---|
list[str] | The academic_idp_whitelist of this Auth0OptionsOut |
federated_logout_subs property writable
Gets the federated_logout_subs of this Auth0OptionsOut.
Returns:
| Type | Description |
|---|---|
list[str] | The federated_logout_subs of this Auth0OptionsOut |
fetch_profile property writable
Gets the fetch_profile of this Auth0OptionsOut.
Returns:
| Type | Description |
|---|---|
bool | The fetch_profile of this Auth0OptionsOut |
limit_social_domains property writable
Gets the limit_social_domains of this Auth0OptionsOut.
Returns:
| Type | Description |
|---|---|
bool | The limit_social_domains of this Auth0OptionsOut |
onboarding property writable
Gets the onboarding of this Auth0OptionsOut.
Returns:
| Type | Description |
|---|---|
bool | The onboarding of this Auth0OptionsOut |
onboarding_eppn property writable
Gets the onboarding_eppn of this Auth0OptionsOut.
Returns:
| Type | Description |
|---|---|
bool | The onboarding_eppn of this Auth0OptionsOut |
social_domain_whitelist property writable
Gets the social_domain_whitelist of this Auth0OptionsOut.
Returns:
| Type | Description |
|---|---|
list[str] | The social_domain_whitelist of this Auth0OptionsOut |
__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__(onboarding=None, onboarding_eppn=None, fetch_profile=None, limit_social_domains=None, social_domain_whitelist=None, academic_idp_whitelist=None, federated_logout_subs=None)
Auth0OptionsOut - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
onboarding | (bool, optional) | , defaults to None | None |
onboarding_eppn | (bool, optional) | , defaults to None | None |
fetch_profile | (bool, optional) | , defaults to None | None |
limit_social_domains | (bool, optional) | , defaults to None | None |
social_domain_whitelist | (list[str], optional) | , defaults to None | None |
academic_idp_whitelist | (list[str], optional) | , defaults to None | None |
federated_logout_subs | (list[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