ManagementSavedSearchForImportDetails

class oci.management_dashboard.models.ManagementSavedSearchForImportDetails(**kwargs)

Bases: object

Properties of a saved search.

Attributes

TYPE_FILTER_DONT_SHOW_IN_DASHBOARD A constant which can be used with the type property of a ManagementSavedSearchForImportDetails.
TYPE_FILTER_SHOW_IN_DASHBOARD A constant which can be used with the type property of a ManagementSavedSearchForImportDetails.
TYPE_SEARCH_DONT_SHOW_IN_DASHBOARD A constant which can be used with the type property of a ManagementSavedSearchForImportDetails.
TYPE_SEARCH_SHOW_IN_DASHBOARD A constant which can be used with the type property of a ManagementSavedSearchForImportDetails.
TYPE_WIDGET_DONT_SHOW_IN_DASHBOARD A constant which can be used with the type property of a ManagementSavedSearchForImportDetails.
TYPE_WIDGET_SHOW_IN_DASHBOARD A constant which can be used with the type property of a ManagementSavedSearchForImportDetails.
compartment_id [Required] Gets the compartment_id of this ManagementSavedSearchForImportDetails.
data_config [Required] Gets the data_config of this ManagementSavedSearchForImportDetails.
defined_tags Gets the defined_tags of this ManagementSavedSearchForImportDetails.
description [Required] Gets the description of this ManagementSavedSearchForImportDetails.
display_name [Required] Gets the display_name of this ManagementSavedSearchForImportDetails.
drilldown_config Gets the drilldown_config of this ManagementSavedSearchForImportDetails.
features_config Gets the features_config of this ManagementSavedSearchForImportDetails.
freeform_tags Gets the freeform_tags of this ManagementSavedSearchForImportDetails.
id [Required] Gets the id of this ManagementSavedSearchForImportDetails.
is_oob_saved_search [Required] Gets the is_oob_saved_search of this ManagementSavedSearchForImportDetails.
metadata_version [Required] Gets the metadata_version of this ManagementSavedSearchForImportDetails.
nls [Required] Gets the nls of this ManagementSavedSearchForImportDetails.
parameters_config Gets the parameters_config of this ManagementSavedSearchForImportDetails.
provider_id [Required] Gets the provider_id of this ManagementSavedSearchForImportDetails.
provider_name [Required] Gets the provider_name of this ManagementSavedSearchForImportDetails.
provider_version [Required] Gets the provider_version of this ManagementSavedSearchForImportDetails.
screen_image [Required] Gets the screen_image of this ManagementSavedSearchForImportDetails.
type [Required] Gets the type of this ManagementSavedSearchForImportDetails.
ui_config [Required] Gets the ui_config of this ManagementSavedSearchForImportDetails.
widget_template [Required] Gets the widget_template of this ManagementSavedSearchForImportDetails.
widget_vm [Required] Gets the widget_vm of this ManagementSavedSearchForImportDetails.

Methods

__init__(**kwargs) Initializes a new ManagementSavedSearchForImportDetails object with values from keyword arguments.
TYPE_FILTER_DONT_SHOW_IN_DASHBOARD = 'FILTER_DONT_SHOW_IN_DASHBOARD'

A constant which can be used with the type property of a ManagementSavedSearchForImportDetails. This constant has a value of “FILTER_DONT_SHOW_IN_DASHBOARD”

TYPE_FILTER_SHOW_IN_DASHBOARD = 'FILTER_SHOW_IN_DASHBOARD'

A constant which can be used with the type property of a ManagementSavedSearchForImportDetails. This constant has a value of “FILTER_SHOW_IN_DASHBOARD”

TYPE_SEARCH_DONT_SHOW_IN_DASHBOARD = 'SEARCH_DONT_SHOW_IN_DASHBOARD'

A constant which can be used with the type property of a ManagementSavedSearchForImportDetails. This constant has a value of “SEARCH_DONT_SHOW_IN_DASHBOARD”

TYPE_SEARCH_SHOW_IN_DASHBOARD = 'SEARCH_SHOW_IN_DASHBOARD'

A constant which can be used with the type property of a ManagementSavedSearchForImportDetails. This constant has a value of “SEARCH_SHOW_IN_DASHBOARD”

TYPE_WIDGET_DONT_SHOW_IN_DASHBOARD = 'WIDGET_DONT_SHOW_IN_DASHBOARD'

A constant which can be used with the type property of a ManagementSavedSearchForImportDetails. This constant has a value of “WIDGET_DONT_SHOW_IN_DASHBOARD”

TYPE_WIDGET_SHOW_IN_DASHBOARD = 'WIDGET_SHOW_IN_DASHBOARD'

A constant which can be used with the type property of a ManagementSavedSearchForImportDetails. This constant has a value of “WIDGET_SHOW_IN_DASHBOARD”

__init__(**kwargs)

Initializes a new ManagementSavedSearchForImportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this ManagementSavedSearchForImportDetails.
  • display_name (str) – The value to assign to the display_name property of this ManagementSavedSearchForImportDetails.
  • provider_id (str) – The value to assign to the provider_id property of this ManagementSavedSearchForImportDetails.
  • provider_version (str) – The value to assign to the provider_version property of this ManagementSavedSearchForImportDetails.
  • provider_name (str) – The value to assign to the provider_name property of this ManagementSavedSearchForImportDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this ManagementSavedSearchForImportDetails.
  • is_oob_saved_search (bool) – The value to assign to the is_oob_saved_search property of this ManagementSavedSearchForImportDetails.
  • description (str) – The value to assign to the description property of this ManagementSavedSearchForImportDetails.
  • nls (object) – The value to assign to the nls property of this ManagementSavedSearchForImportDetails.
  • type (str) – The value to assign to the type property of this ManagementSavedSearchForImportDetails. Allowed values for this property are: “SEARCH_SHOW_IN_DASHBOARD”, “SEARCH_DONT_SHOW_IN_DASHBOARD”, “WIDGET_SHOW_IN_DASHBOARD”, “WIDGET_DONT_SHOW_IN_DASHBOARD”, “FILTER_SHOW_IN_DASHBOARD”, “FILTER_DONT_SHOW_IN_DASHBOARD”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • ui_config (object) – The value to assign to the ui_config property of this ManagementSavedSearchForImportDetails.
  • data_config (list[object]) – The value to assign to the data_config property of this ManagementSavedSearchForImportDetails.
  • screen_image (str) – The value to assign to the screen_image property of this ManagementSavedSearchForImportDetails.
  • metadata_version (str) – The value to assign to the metadata_version property of this ManagementSavedSearchForImportDetails.
  • widget_template (str) – The value to assign to the widget_template property of this ManagementSavedSearchForImportDetails.
  • widget_vm (str) – The value to assign to the widget_vm property of this ManagementSavedSearchForImportDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ManagementSavedSearchForImportDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ManagementSavedSearchForImportDetails.
  • parameters_config (list[object]) – The value to assign to the parameters_config property of this ManagementSavedSearchForImportDetails.
  • features_config (object) – The value to assign to the features_config property of this ManagementSavedSearchForImportDetails.
  • drilldown_config (list[object]) – The value to assign to the drilldown_config property of this ManagementSavedSearchForImportDetails.
compartment_id

[Required] Gets the compartment_id of this ManagementSavedSearchForImportDetails. OCID of the compartment in which the saved search resides.

Returns:The compartment_id of this ManagementSavedSearchForImportDetails.
Return type:str
data_config

[Required] Gets the data_config of this ManagementSavedSearchForImportDetails. It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.

Returns:The data_config of this ManagementSavedSearchForImportDetails.
Return type:list[object]
defined_tags

Gets the defined_tags of this ManagementSavedSearchForImportDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this ManagementSavedSearchForImportDetails.
Return type:dict(str, dict(str, object))
description

[Required] Gets the description of this ManagementSavedSearchForImportDetails. Description of the saved search.

Returns:The description of this ManagementSavedSearchForImportDetails.
Return type:str
display_name

[Required] Gets the display_name of this ManagementSavedSearchForImportDetails. Display name of the saved search.

Returns:The display_name of this ManagementSavedSearchForImportDetails.
Return type:str
drilldown_config

Gets the drilldown_config of this ManagementSavedSearchForImportDetails. Drill-down configuration to define the destination of a drill-down action.

Returns:The drilldown_config of this ManagementSavedSearchForImportDetails.
Return type:list[object]
features_config

Gets the features_config of this ManagementSavedSearchForImportDetails. Contains configuration for enabling features.

Returns:The features_config of this ManagementSavedSearchForImportDetails.
Return type:object
freeform_tags

Gets the freeform_tags of this ManagementSavedSearchForImportDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this ManagementSavedSearchForImportDetails.
Return type:dict(str, str)
id

[Required] Gets the id of this ManagementSavedSearchForImportDetails. ID of the saved search.

Returns:The id of this ManagementSavedSearchForImportDetails.
Return type:str

[Required] Gets the is_oob_saved_search of this ManagementSavedSearchForImportDetails. Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.

Returns:The is_oob_saved_search of this ManagementSavedSearchForImportDetails.
Return type:bool
metadata_version

[Required] Gets the metadata_version of this ManagementSavedSearchForImportDetails. The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.

Returns:The metadata_version of this ManagementSavedSearchForImportDetails.
Return type:str
nls

[Required] Gets the nls of this ManagementSavedSearchForImportDetails. JSON that contains internationalization options.

Returns:The nls of this ManagementSavedSearchForImportDetails.
Return type:object
parameters_config

Gets the parameters_config of this ManagementSavedSearchForImportDetails. Defines parameters for the saved search.

Returns:The parameters_config of this ManagementSavedSearchForImportDetails.
Return type:list[object]
provider_id

[Required] Gets the provider_id of this ManagementSavedSearchForImportDetails. ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.

Returns:The provider_id of this ManagementSavedSearchForImportDetails.
Return type:str
provider_name

[Required] Gets the provider_name of this ManagementSavedSearchForImportDetails. The user friendly name of the service (for example, Logging Analytics) that owns the saved search.

Returns:The provider_name of this ManagementSavedSearchForImportDetails.
Return type:str
provider_version

[Required] Gets the provider_version of this ManagementSavedSearchForImportDetails. The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.

Returns:The provider_version of this ManagementSavedSearchForImportDetails.
Return type:str
screen_image

[Required] Gets the screen_image of this ManagementSavedSearchForImportDetails. Screen image of the saved search.

Returns:The screen_image of this ManagementSavedSearchForImportDetails.
Return type:str
type

[Required] Gets the type of this ManagementSavedSearchForImportDetails. Determines how the saved search is displayed in a dashboard.

Allowed values for this property are: “SEARCH_SHOW_IN_DASHBOARD”, “SEARCH_DONT_SHOW_IN_DASHBOARD”, “WIDGET_SHOW_IN_DASHBOARD”, “WIDGET_DONT_SHOW_IN_DASHBOARD”, “FILTER_SHOW_IN_DASHBOARD”, “FILTER_DONT_SHOW_IN_DASHBOARD”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this ManagementSavedSearchForImportDetails.
Return type:str
ui_config

[Required] Gets the ui_config of this ManagementSavedSearchForImportDetails. It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.

Returns:The ui_config of this ManagementSavedSearchForImportDetails.
Return type:object
widget_template

[Required] Gets the widget_template of this ManagementSavedSearchForImportDetails. The UI template that the saved search uses to render itself.

Returns:The widget_template of this ManagementSavedSearchForImportDetails.
Return type:str
widget_vm

[Required] Gets the widget_vm of this ManagementSavedSearchForImportDetails. The View Model that the saved search uses to render itself.

Returns:The widget_vm of this ManagementSavedSearchForImportDetails.
Return type:str