IOrganization
Home > @gooddata/sdk-backend-spi > IOrganization
IOrganization interface
Represents an organization that services analytical workspaces.
Signature:
export interface IOrganization
Properties
| Property | Type | Description |
|---|---|---|
| organizationId | string | ID of organization. |
Methods
| Method | Description |
|---|---|
| getDescriptor() | Returns details about the organization. |
| securitySettings() | Returns service that can be used to query and update organization security settings. |
| settings() | Returns current organization settings. |
| styling() | Returns service that can be used to query and update organization styling. |