ISecuritySettingsService
Home > @gooddata/sdk-backend-spi > ISecuritySettingsService
ISecuritySettingsService interface
This service provides access to security settings defined on backend.
Signature:
export interface ISecuritySettingsService 
Properties
| Property | Type | Description | 
|---|---|---|
| scope | string | The scope in which is security settings accessed (URI of organization, workspace, user profile). | 
Methods
| Method | Description | 
|---|---|
| isDashboardPluginUrlValid(url, workspace) | Validate plugin URL against list of allowed hosting locations. | 
| isUrlValid(url, context) | Validate URL against backend list of allowed URLs. |