Organization
The Organization
represents an organization information for the current
EdgeSession user for a WhoAmI request.
Properties
organization_name
Property (str). Organization name, for internal use.
title
Property (str). Title for display.
roles
Property (list(str)). A list of role names for the user.
Methods
to_dict
to_dict() -> dict
Translates the connection as a dictionary for serialization.
Returns
dict Connection contents as a dictionary.