Skip to main content

Organization

The Organization class in Edge defines an organizational entity, capturing essential details like its unique identifier, name, and operational status. It includes features for managing applications and resources, with options to disable app launches and control app operations. The class also indicates whether the organization is currently active, simplifying the management and coordination of activities within Edge's secure environment.

Properties

uid

Property (str). Organization unique ID.

name

Property (str). Organization name, for internal use.

title

Property (str). Title for display.

status

Property (OrganizationStatusEnum). Organization status.

disable_launch

Property (bool). Test to disable app launch.

shutdown_apps

Property (bool). Test to shutdown apps if disable launch is set.

active

Property (bool). Test to see if this is an active organization.

Methods

to_dict

to_dict() -> dict

Translates the connection as a dictionary for serialization.

Returns

dict Connection contents as a dictionary.