singlestoredb.management.organization.Organization

class singlestoredb.management.organization.Organization(id: str, name: str, firewall_ranges: List[str])

Organization in SingleStoreDB Cloud portal.

This object is not directly instantiated. It is used in results of WorkspaceManager API calls.

__init__(id: str, name: str, firewall_ranges: List[str])

Use WorkspaceManager.organization instead.

Methods

__init__(id, name, firewall_ranges)

Use WorkspaceManager.organization instead.

from_dict(obj, manager)

Convert dictionary to an Organization object.

get_secret(name)

Attributes

inference_apis

Retrieve a SingleStoreDB inference api manager.

jobs

Retrieve a SingleStoreDB scheduled job manager.

id

Unique ID of the organization

name

Name of the organization

firewall_ranges

Firewall ranges of the organization