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]
is_migration_mode_on
bool
default_auth_org_slug
str
is_secret_scanning_disabled
bool
Example
frominfisicalapi_client.models.api_v1_admin_config_get200_response_configimportApiV1AdminConfigGet200ResponseConfig# TODO update the JSON string belowjson="{}"# create an instance of ApiV1AdminConfigGet200ResponseConfig from a JSON stringapi_v1_admin_config_get200_response_config_instance=ApiV1AdminConfigGet200ResponseConfig.from_json(json)
# print the JSON string representation of the objectprintApiV1AdminConfigGet200ResponseConfig.to_json()
# convert the object into a dictapi_v1_admin_config_get200_response_config_dict=api_v1_admin_config_get200_response_config_instance.to_dict()
# create an instance of ApiV1AdminConfigGet200ResponseConfig from a dictapi_v1_admin_config_get200_response_config_from_dict=ApiV1AdminConfigGet200ResponseConfig.from_dict(api_v1_admin_config_get200_response_config_dict)