:py:mod:`laceworksdk.api.v2.organization_info` ============================================== .. py:module:: laceworksdk.api.v2.organization_info .. autoapi-nested-parse:: Lacework OrganizationInfo API wrapper. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: laceworksdk.api.v2.organization_info.OrganizationInfoAPI .. py:class:: OrganizationInfoAPI(session) Bases: :py:obj:`laceworksdk.api.base_endpoint.BaseEndpoint` A class used to represent the `Organization Info API endpoint `_ Return information about whether the Lacework account is an organization account and, if it is, what the organization account URL is. .. py:property:: session Get the :class:`HttpSession` instance the object is using. .. py:method:: get() A method to get organization info. :returns: Organization info :rtype: dict