You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[optional] [default to '00000000-0000-0000-0000-000000000000']
trust_saml_emails
bool
[optional] [default to False]
trust_ldap_emails
bool
[optional] [default to False]
trust_oidc_emails
bool
[optional] [default to False]
default_auth_org_id
str
[optional]
enabled_login_methods
List[str]
[optional]
default_auth_org_slug
str
Example
frominfisicalapi_client.models.api_v1_admin_config_patch200_response_configimportApiV1AdminConfigPatch200ResponseConfig# TODO update the JSON string belowjson="{}"# create an instance of ApiV1AdminConfigPatch200ResponseConfig from a JSON stringapi_v1_admin_config_patch200_response_config_instance=ApiV1AdminConfigPatch200ResponseConfig.from_json(json)
# print the JSON string representation of the objectprintApiV1AdminConfigPatch200ResponseConfig.to_json()
# convert the object into a dictapi_v1_admin_config_patch200_response_config_dict=api_v1_admin_config_patch200_response_config_instance.to_dict()
# create an instance of ApiV1AdminConfigPatch200ResponseConfig from a dictapi_v1_admin_config_patch200_response_config_from_dict=ApiV1AdminConfigPatch200ResponseConfig.from_dict(api_v1_admin_config_patch200_response_config_dict)