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 |
---|---|---|---|
organizationId | readonly | string | ID of organization. |
Methods
Method | Description |
---|---|
getDescriptor(includeAdditionalDetails) | Returns details about the organization. |
llmEndpoints() | Returns service that can be used to query and manage organization LLM endpoints. |
notificationChannels() | Returns service that can be used to query and manage organization notification channels. |
permissions() | Returns service that can be used to query and manage permissions to 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. |
updateDescriptor(descriptor) | Updates details about the organization. |
users() | Returns service that can be used to query and update organization users and user groups. |