laceworksdk.api.v2.organization_info

Lacework OrganizationInfo API wrapper.

Module Contents

Classes

OrganizationInfoAPI

A class used to represent the Organization Info API endpoint

class laceworksdk.api.v2.organization_info.OrganizationInfoAPI(session)[source]

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

property session

Get the HttpSession instance the object is using.

get()[source]

A method to get organization info.

Returns:

Organization info

Return type:

dict