Embedded Source Inventory Properties and Objects
This applies to: Visual Data Discovery
The source inventory embed feature allows you to define the look and feel of the Sources page for your embedded users.
When you embed a list of sources, you can define which columns to include, order them in your preferred layout, and define what controls are available by enabling and disabling interactivity settings. Your users can filter sources, search for sources, and add sources to favorites.
Use the InteractivityValue
property to specify interactivity parameters for the sources inventory.
Parameter | Description |
---|---|
"ADD_NEW": true
|
When set to Type: boolean |
"FILTER": true
|
When set to Type: boolean |
"DELETE": true
|
When set to When set to Type: boolean |
"DESCRIPTION": true
|
When set to When set to Type: boolean |
"EXPORT": true
|
When set to When set to Type: boolean |
"PERMISSIONS": false
|
When set to true , users can manage user and group permissions for data sources. When set to false , they cannot manage permissions for data sources, and the related icons are not visible in the UI.Type: boolean |
"FAVORITES": true
|
When set to Type: boolean |
"ROW_SECURITY": false
|
When set to true , users can define row security for data sources. When set to false , they cannot define row security for data sources, and the related icons are not visible in the UI.Type: boolean |
"COLUMN_SECURITY": false
|
When set to true , users can define column security for data sources. When set to false , they cannot define column security for data sources, and the related icons are not visible in the UI.Type: boolean |
"CLEAR_CACHE": true
|
When set to Type: boolean |
"AVAILABLE_VISUAL_TYPES": true
|
When set to true , users invoke the Available Visual Types work area to enable and disable available visual types for a source. When set to false , they cannot affect available visual types, or see related icons are not visible in the UI.Type: boolean |