Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi
published on Thursday, May 28, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi
published on Thursday, May 28, 2026 by Pulumi
This data source provides the list of Management Saved Searches in Oracle Cloud Infrastructure Management Dashboard service.
Gets the list of saved searches in a compartment with pagination. Returned properties are the summary.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagementSavedSearches = oci.managementdashboard.getManagementSavedSearches({
compartmentId: compartmentId,
displayName: managementSavedSearchDisplayName,
});
import pulumi
import pulumi_oci as oci
test_management_saved_searches = oci.managementdashboard.get_management_saved_searches(compartment_id=compartment_id,
display_name=management_saved_search_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/managementdashboard"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := managementdashboard.GetManagementSavedSearches(ctx, &managementdashboard.GetManagementSavedSearchesArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(managementSavedSearchDisplayName),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testManagementSavedSearches = Oci.ManagementDashboard.GetManagementSavedSearches.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = managementSavedSearchDisplayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ManagementDashboard.ManagementDashboardFunctions;
import com.pulumi.oci.ManagementDashboard.inputs.GetManagementSavedSearchesArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testManagementSavedSearches = ManagementDashboardFunctions.getManagementSavedSearches(GetManagementSavedSearchesArgs.builder()
.compartmentId(compartmentId)
.displayName(managementSavedSearchDisplayName)
.build());
}
}
variables:
testManagementSavedSearches:
fn::invoke:
function: oci:ManagementDashboard:getManagementSavedSearches
arguments:
compartmentId: ${compartmentId}
displayName: ${managementSavedSearchDisplayName}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_managementdashboard_getmanagementsavedsearches" "testManagementSavedSearches" {
compartment_id = compartmentId
display_name = managementSavedSearchDisplayName
}
Using getManagementSavedSearches
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagementSavedSearches(args: GetManagementSavedSearchesArgs, opts?: InvokeOptions): Promise<GetManagementSavedSearchesResult>
function getManagementSavedSearchesOutput(args: GetManagementSavedSearchesOutputArgs, opts?: InvokeOptions): Output<GetManagementSavedSearchesResult>def get_management_saved_searches(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetManagementSavedSearchesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementSavedSearchesResult
def get_management_saved_searches_output(compartment_id: pulumi.Input[Optional[str]] = None,
display_name: pulumi.Input[Optional[str]] = None,
filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetManagementSavedSearchesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementSavedSearchesResult]func GetManagementSavedSearches(ctx *Context, args *GetManagementSavedSearchesArgs, opts ...InvokeOption) (*GetManagementSavedSearchesResult, error)
func GetManagementSavedSearchesOutput(ctx *Context, args *GetManagementSavedSearchesOutputArgs, opts ...InvokeOption) GetManagementSavedSearchesResultOutput> Note: This function is named GetManagementSavedSearches in the Go SDK.
public static class GetManagementSavedSearches
{
public static Task<GetManagementSavedSearchesResult> InvokeAsync(GetManagementSavedSearchesArgs args, InvokeOptions? opts = null)
public static Output<GetManagementSavedSearchesResult> Invoke(GetManagementSavedSearchesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementSavedSearchesResult> getManagementSavedSearches(GetManagementSavedSearchesArgs args, InvokeOptions options)
public static Output<GetManagementSavedSearchesResult> getManagementSavedSearches(GetManagementSavedSearchesArgs args, InvokeOptions options)
fn::invoke:
function: oci:ManagementDashboard/getManagementSavedSearches:getManagementSavedSearches
arguments:
# arguments dictionarydata "oci_managementdashboard_getmanagementsavedsearches" "name" {
# arguments
}The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Management Saved Searches Filter>
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Management Saved Searches Filter
- compartment_
id string - The ID of the compartment in which to list resources.
- display_
name string - A filter to return only resources that match the entire display name given.
- filters list(object)
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Management Saved Searches Filter>
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Management Saved Searches Filter[]
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Management Saved Searches Filter]
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
getManagementSavedSearches Result
The following output properties are available:
- Compartment
Id string - OCID of the compartment in which the saved search resides.
- Id string
- The provider-assigned unique ID for this managed resource.
- Management
Saved List<GetSearch Collections Management Saved Searches Management Saved Search Collection> - The list of management_saved_search_collection.
- Display
Name string - Display name of the saved search.
- Filters
List<Get
Management Saved Searches Filter>
- Compartment
Id string - OCID of the compartment in which the saved search resides.
- Id string
- The provider-assigned unique ID for this managed resource.
- Management
Saved []GetSearch Collections Management Saved Searches Management Saved Search Collection - The list of management_saved_search_collection.
- Display
Name string - Display name of the saved search.
- Filters
[]Get
Management Saved Searches Filter
- compartment_
id string - OCID of the compartment in which the saved search resides.
- id string
- The provider-assigned unique ID for this managed resource.
- management_
saved_ list(object)search_ collections - The list of management_saved_search_collection.
- display_
name string - Display name of the saved search.
- filters list(object)
- compartment
Id String - OCID of the compartment in which the saved search resides.
- id String
- The provider-assigned unique ID for this managed resource.
- management
Saved List<GetSearch Collections Management Saved Searches Management Saved Search Collection> - The list of management_saved_search_collection.
- display
Name String - Display name of the saved search.
- filters
List<Get
Management Saved Searches Filter>
- compartment
Id string - OCID of the compartment in which the saved search resides.
- id string
- The provider-assigned unique ID for this managed resource.
- management
Saved GetSearch Collections Management Saved Searches Management Saved Search Collection[] - The list of management_saved_search_collection.
- display
Name string - Display name of the saved search.
- filters
Get
Management Saved Searches Filter[]
- compartment_
id str - OCID of the compartment in which the saved search resides.
- id str
- The provider-assigned unique ID for this managed resource.
- management_
saved_ Sequence[Getsearch_ collections Management Saved Searches Management Saved Search Collection] - The list of management_saved_search_collection.
- display_
name str - Display name of the saved search.
- filters
Sequence[Get
Management Saved Searches Filter]
- compartment
Id String - OCID of the compartment in which the saved search resides.
- id String
- The provider-assigned unique ID for this managed resource.
- management
Saved List<Property Map>Search Collections - The list of management_saved_search_collection.
- display
Name String - Display name of the saved search.
- filters List<Property Map>
Supporting Types
GetManagementSavedSearchesFilter
GetManagementSavedSearchesManagementSavedSearchCollection
GetManagementSavedSearchesManagementSavedSearchCollectionItem
- Compartment
Id string - The ID of the compartment in which to list resources.
- Created
By string - The principle id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
- Data
Config string - 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.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- Description of the saved search.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Drilldown
Config string - Drill-down configuration to define the destination of a drill-down action.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- ID of the saved search.
- Is
Oob boolSaved Search - 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.
- Metadata
Version string - The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
- Nls string
- JSON that contains internationalization options.
- Parameters
Config string - Defines parameters for the saved search.
- Provider
Id string - ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
- Provider
Name string - Name of the service (for example, Logging Analytics) that owns the saved search.
- Provider
Version string - Version of the service that owns this saved search.
- Screen
Image string - Screen image of the saved search.
- State string
- Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - Date and time the saved search was created.
- Time
Updated string - Date and time the saved search was updated.
- Type string
- Determines how the saved search is displayed in a dashboard.
- Ui
Config string - It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
- Updated
By string - The principle id of the user that updated this saved search.
- Widget
Template string - The UI template that the saved search uses to render itself.
- Widget
Vm string - The View Model that the saved search uses to render itself.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Created
By string - The principle id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
- Data
Config string - 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.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- Description of the saved search.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Drilldown
Config string - Drill-down configuration to define the destination of a drill-down action.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- ID of the saved search.
- Is
Oob boolSaved Search - 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.
- Metadata
Version string - The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
- Nls string
- JSON that contains internationalization options.
- Parameters
Config string - Defines parameters for the saved search.
- Provider
Id string - ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
- Provider
Name string - Name of the service (for example, Logging Analytics) that owns the saved search.
- Provider
Version string - Version of the service that owns this saved search.
- Screen
Image string - Screen image of the saved search.
- State string
- Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - Date and time the saved search was created.
- Time
Updated string - Date and time the saved search was updated.
- Type string
- Determines how the saved search is displayed in a dashboard.
- Ui
Config string - It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
- Updated
By string - The principle id of the user that updated this saved search.
- Widget
Template string - The UI template that the saved search uses to render itself.
- Widget
Vm string - The View Model that the saved search uses to render itself.
- compartment_
id string - The ID of the compartment in which to list resources.
- created_
by string - The principle id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
- data_
config string - 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.
- map(string)
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- Description of the saved search.
- display_
name string - A filter to return only resources that match the entire display name given.
- drilldown_
config string - Drill-down configuration to define the destination of a drill-down action.
- map(string)
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id string
- ID of the saved search.
- is_
oob_ boolsaved_ search - 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.
- metadata_
version string - The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
- nls string
- JSON that contains internationalization options.
- parameters_
config string - Defines parameters for the saved search.
- provider_
id string - ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
- provider_
name string - Name of the service (for example, Logging Analytics) that owns the saved search.
- provider_
version string - Version of the service that owns this saved search.
- screen_
image string - Screen image of the saved search.
- state string
- Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
- map(string)
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created string - Date and time the saved search was created.
- time_
updated string - Date and time the saved search was updated.
- type string
- Determines how the saved search is displayed in a dashboard.
- ui_
config string - It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
- updated_
by string - The principle id of the user that updated this saved search.
- widget_
template string - The UI template that the saved search uses to render itself.
- widget_
vm string - The View Model that the saved search uses to render itself.
- compartment
Id String - The ID of the compartment in which to list resources.
- created
By String - The principle id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
- data
Config String - 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.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- Description of the saved search.
- display
Name String - A filter to return only resources that match the entire display name given.
- drilldown
Config String - Drill-down configuration to define the destination of a drill-down action.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- ID of the saved search.
- is
Oob BooleanSaved Search - 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.
- metadata
Version String - The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
- nls String
- JSON that contains internationalization options.
- parameters
Config String - Defines parameters for the saved search.
- provider
Id String - ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
- provider
Name String - Name of the service (for example, Logging Analytics) that owns the saved search.
- provider
Version String - Version of the service that owns this saved search.
- screen
Image String - Screen image of the saved search.
- state String
- Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - Date and time the saved search was created.
- time
Updated String - Date and time the saved search was updated.
- type String
- Determines how the saved search is displayed in a dashboard.
- ui
Config String - It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
- updated
By String - The principle id of the user that updated this saved search.
- widget
Template String - The UI template that the saved search uses to render itself.
- widget
Vm String - The View Model that the saved search uses to render itself.
- compartment
Id string - The ID of the compartment in which to list resources.
- created
By string - The principle id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
- data
Config string - 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.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- Description of the saved search.
- display
Name string - A filter to return only resources that match the entire display name given.
- drilldown
Config string - Drill-down configuration to define the destination of a drill-down action.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id string
- ID of the saved search.
- is
Oob booleanSaved Search - 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.
- metadata
Version string - The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
- nls string
- JSON that contains internationalization options.
- parameters
Config string - Defines parameters for the saved search.
- provider
Id string - ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
- provider
Name string - Name of the service (for example, Logging Analytics) that owns the saved search.
- provider
Version string - Version of the service that owns this saved search.
- screen
Image string - Screen image of the saved search.
- state string
- Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - Date and time the saved search was created.
- time
Updated string - Date and time the saved search was updated.
- type string
- Determines how the saved search is displayed in a dashboard.
- ui
Config string - It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
- updated
By string - The principle id of the user that updated this saved search.
- widget
Template string - The UI template that the saved search uses to render itself.
- widget
Vm string - The View Model that the saved search uses to render itself.
- compartment_
id str - The ID of the compartment in which to list resources.
- created_
by str - The principle id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
- data_
config str - 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.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description str
- Description of the saved search.
- display_
name str - A filter to return only resources that match the entire display name given.
- drilldown_
config str - Drill-down configuration to define the destination of a drill-down action.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id str
- ID of the saved search.
- is_
oob_ boolsaved_ search - 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.
- metadata_
version str - The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
- nls str
- JSON that contains internationalization options.
- parameters_
config str - Defines parameters for the saved search.
- provider_
id str - ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
- provider_
name str - Name of the service (for example, Logging Analytics) that owns the saved search.
- provider_
version str - Version of the service that owns this saved search.
- screen_
image str - Screen image of the saved search.
- state str
- Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - Date and time the saved search was created.
- time_
updated str - Date and time the saved search was updated.
- type str
- Determines how the saved search is displayed in a dashboard.
- ui_
config str - It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
- updated_
by str - The principle id of the user that updated this saved search.
- widget_
template str - The UI template that the saved search uses to render itself.
- widget_
vm str - The View Model that the saved search uses to render itself.
- compartment
Id String - The ID of the compartment in which to list resources.
- created
By String - The principle id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
- data
Config String - 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.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- Description of the saved search.
- display
Name String - A filter to return only resources that match the entire display name given.
- drilldown
Config String - Drill-down configuration to define the destination of a drill-down action.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- ID of the saved search.
- is
Oob BooleanSaved Search - 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.
- metadata
Version String - The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
- nls String
- JSON that contains internationalization options.
- parameters
Config String - Defines parameters for the saved search.
- provider
Id String - ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
- provider
Name String - Name of the service (for example, Logging Analytics) that owns the saved search.
- provider
Version String - Version of the service that owns this saved search.
- screen
Image String - Screen image of the saved search.
- state String
- Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - Date and time the saved search was created.
- time
Updated String - Date and time the saved search was updated.
- type String
- Determines how the saved search is displayed in a dashboard.
- ui
Config String - It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
- updated
By String - The principle id of the user that updated this saved search.
- widget
Template String - The UI template that the saved search uses to render itself.
- widget
Vm String - The View Model that the saved search uses to render itself.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi
published on Thursday, May 28, 2026 by Pulumi