IAllowedRelationshipType
Home > @gooddata/sdk-model > IAllowedRelationshipType
IAllowedRelationshipType interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Allowed relationship type combination for semantic search. Filters relationships and results to only include direct matches or objects reachable via allowed relationship types.
Signature:
export interface IAllowedRelationshipType
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(BETA) (Optional) If true, allows target objects that are not part of any relationship (orphans) to be included in results. If false, orphan target objects will be excluded even if they directly match the search query. Default is true (orphans are allowed). | ||
|
(BETA) Source object type (e.g. 'dashboard', 'visualization', 'metric'). | |||
|
(BETA) Target object type (e.g. 'visualization', 'metric', 'attribute'). |