IOrganization
Home > @gooddata/sdk-backend-spi > IOrganization
IOrganization interface
Represents an organization that services analytical workspaces.
Signature:
export interface IOrganization 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | string | ID of organization. | 
Methods
| Method | Description | 
|---|---|
| (ALPHA) Returns service that can be used to query and manage automations across all workspaces in the organization for centralized automation management. | |
| Returns details about the organization. | |
| Returns service that can be used to query and manage organization LLM endpoints. | |
| Returns service that can be used to query and manage organization notification channels. | |
| Returns service that can be used to query and manage organization notifications. | |
| Returns service that can be used to query and manage permissions to organization. | |
| Returns service that can be used to query and update organization security settings. | |
| Returns current organization settings. | |
| Returns service that can be used to query and update organization styling. | |
| Updates details about the organization. | |
| Returns service that can be used to query and update organization users and user groups. |