turbot/steampipecloud
steampipe plugin install steampipecloud

Table: steampipecloud_organization

Users can create their own connections and workspaces, but they are not shared with other users. Organizations, on the other hand, include multiple users and are intended for organizations to collaborate and share workspaces and connections.

Examples

Basic info

select
id,
org_id,
org_handle,
status
from
steampipecloud_organization;

Schema for steampipecloud_organization

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
avatar_urltextThe avatar URL of the organization.
created_attimestamp with time zoneThe time when the organization was created.
created_byjsonbInformation about the user who created the organization.
created_by_idtextThe unique identifier of the user who created the organization.
display_nametextThe display name for the organization.
handletext=The handle name for the organization.
idtextThe unique identifier for a organization.
updated_attimestamp with time zoneThe organization's last update time.
updated_byjsonbInformation about the user who last updated the organization.
updated_by_idtextThe unique identifier of the user who last updated the organization.
urltextThe URL of the organization.
version_idbigintThe current version ID for the organization.