abacusai.organization_external_application_settings =================================================== .. py:module:: abacusai.organization_external_application_settings Classes ------- .. autoapisummary:: abacusai.organization_external_application_settings.OrganizationExternalApplicationSettings Module Contents --------------- .. py:class:: OrganizationExternalApplicationSettings(client, logo=None, theme=None, managedUserService=None, passwordsDisabled=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` The External Application Settings for an Organization. :param client: An authenticated API Client instance :type client: ApiClient :param logo: The logo. :type logo: str :param theme: The theme used for External Applications in this org. :type theme: dict :param managedUserService: The external service that is managing the user accounts. :type managedUserService: str :param passwordsDisabled: Whether or not passwords are disabled for this organization's domain. :type passwordsDisabled: bool .. py:attribute:: logo :value: None .. py:attribute:: theme :value: None .. py:attribute:: managed_user_service :value: None .. py:attribute:: passwords_disabled :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict