laceworksdk.api.v2.organization_info
Lacework OrganizationInfo API wrapper.
Module Contents
Classes
A class used to represent the Organization Info API endpoint |
- class laceworksdk.api.v2.organization_info.OrganizationInfoAPI(session)[source]
Bases:
laceworksdk.api.base_endpoint.BaseEndpointA 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.
- property session
Get the
HttpSessioninstance the object is using.