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, externalServiceForRoles=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
   :param externalServiceForRoles: The external service that is managing the user roles.
   :type externalServiceForRoles: str


   .. 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:: external_service_for_roles
      :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



