1. Packages
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. Psql
  6. getInsightCapabilities
Viewing docs for Oracle Cloud Infrastructure v4.16.0
published on Wednesday, Jun 17, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.16.0
published on Wednesday, Jun 17, 2026 by Pulumi

    This data source provides the list of Insight Capabilities in Oracle Cloud Infrastructure Psql service.

    Returns the supported insight types and their capabilities. This API allows clients to discover:

    • Supported insight types
    • Supported insight data types for each insight type
    • Filters, sorting, pagination, limits, and data contracts required to use the unified insights API.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testInsightCapabilities = oci.psql.getInsightCapabilities({});
    
    import pulumi
    import pulumi_oci as oci
    
    test_insight_capabilities = oci.psql.get_insight_capabilities()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/psql"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := psql.GetInsightCapabilities(ctx, &psql.GetInsightCapabilitiesArgs{}, 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 testInsightCapabilities = Oci.Psql.GetInsightCapabilities.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Psql.PsqlFunctions;
    import com.pulumi.oci.Psql.inputs.GetInsightCapabilitiesArgs;
    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 testInsightCapabilities = PsqlFunctions.getInsightCapabilities(GetInsightCapabilitiesArgs.builder()
                .build());
    
        }
    }
    
    variables:
      testInsightCapabilities:
        fn::invoke:
          function: oci:Psql:getInsightCapabilities
          arguments: {}
    
    pulumi {
      required_providers {
        oci = {
          source = "pulumi/oci"
        }
      }
    }
    
    data "oci_psql_getinsightcapabilities" "testInsightCapabilities" {
    }
    

    Using getInsightCapabilities

    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 getInsightCapabilities(args: GetInsightCapabilitiesArgs, opts?: InvokeOptions): Promise<GetInsightCapabilitiesResult>
    function getInsightCapabilitiesOutput(args: GetInsightCapabilitiesOutputArgs, opts?: InvokeOptions): Output<GetInsightCapabilitiesResult>
    def get_insight_capabilities(filters: Optional[Sequence[GetInsightCapabilitiesFilter]] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetInsightCapabilitiesResult
    def get_insight_capabilities_output(filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetInsightCapabilitiesFilterArgs]]]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetInsightCapabilitiesResult]
    func GetInsightCapabilities(ctx *Context, args *GetInsightCapabilitiesArgs, opts ...InvokeOption) (*GetInsightCapabilitiesResult, error)
    func GetInsightCapabilitiesOutput(ctx *Context, args *GetInsightCapabilitiesOutputArgs, opts ...InvokeOption) GetInsightCapabilitiesResultOutput

    > Note: This function is named GetInsightCapabilities in the Go SDK.

    public static class GetInsightCapabilities 
    {
        public static Task<GetInsightCapabilitiesResult> InvokeAsync(GetInsightCapabilitiesArgs args, InvokeOptions? opts = null)
        public static Output<GetInsightCapabilitiesResult> Invoke(GetInsightCapabilitiesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInsightCapabilitiesResult> getInsightCapabilities(GetInsightCapabilitiesArgs args, InvokeOptions options)
    public static Output<GetInsightCapabilitiesResult> getInsightCapabilities(GetInsightCapabilitiesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Psql/getInsightCapabilities:getInsightCapabilities
      arguments:
        # arguments dictionary
    data "oci_psql_getinsightcapabilities" "name" {
        # arguments
    }

    The following arguments are supported:

    getInsightCapabilities Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    InsightCapabilityCollections List<GetInsightCapabilitiesInsightCapabilityCollection>
    The list of insight_capability_collection.
    Filters List<GetInsightCapabilitiesFilter>
    Id string
    The provider-assigned unique ID for this managed resource.
    InsightCapabilityCollections []GetInsightCapabilitiesInsightCapabilityCollection
    The list of insight_capability_collection.
    Filters []GetInsightCapabilitiesFilter
    id string
    The provider-assigned unique ID for this managed resource.
    insight_capability_collections list(object)
    The list of insight_capability_collection.
    filters list(object)
    id String
    The provider-assigned unique ID for this managed resource.
    insightCapabilityCollections List<GetInsightCapabilitiesInsightCapabilityCollection>
    The list of insight_capability_collection.
    filters List<GetInsightCapabilitiesFilter>
    id string
    The provider-assigned unique ID for this managed resource.
    insightCapabilityCollections GetInsightCapabilitiesInsightCapabilityCollection[]
    The list of insight_capability_collection.
    filters GetInsightCapabilitiesFilter[]
    id str
    The provider-assigned unique ID for this managed resource.
    insight_capability_collections Sequence[GetInsightCapabilitiesInsightCapabilityCollection]
    The list of insight_capability_collection.
    filters Sequence[GetInsightCapabilitiesFilter]
    id String
    The provider-assigned unique ID for this managed resource.
    insightCapabilityCollections List<Property Map>
    The list of insight_capability_collection.
    filters List<Property Map>

    Supporting Types

    GetInsightCapabilitiesFilter

    Name string
    Name of the filter parameter.
    Values List<string>
    Allowed values for enum-based filters.
    Regex bool
    Name string
    Name of the filter parameter.
    Values []string
    Allowed values for enum-based filters.
    Regex bool
    name string
    Name of the filter parameter.
    values list(string)
    Allowed values for enum-based filters.
    regex bool
    name String
    Name of the filter parameter.
    values List<String>
    Allowed values for enum-based filters.
    regex Boolean
    name string
    Name of the filter parameter.
    values string[]
    Allowed values for enum-based filters.
    regex boolean
    name str
    Name of the filter parameter.
    values Sequence[str]
    Allowed values for enum-based filters.
    regex bool
    name String
    Name of the filter parameter.
    values List<String>
    Allowed values for enum-based filters.
    regex Boolean

    GetInsightCapabilitiesInsightCapabilityCollection

    items list(object)
    PostgreSQL insight capabilities list.
    items List<Property Map>
    PostgreSQL insight capabilities list.

    GetInsightCapabilitiesInsightCapabilityCollectionItem

    DataTypeCapabilities List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapability>
    Supported insight data types for this insight type.
    Description string
    Human-readable description of the insight type.
    InsightType string
    Echo of the requested insight type.
    DataTypeCapabilities []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapability
    Supported insight data types for this insight type.
    Description string
    Human-readable description of the insight type.
    InsightType string
    Echo of the requested insight type.
    data_type_capabilities list(object)
    Supported insight data types for this insight type.
    description string
    Human-readable description of the insight type.
    insight_type string
    Echo of the requested insight type.
    dataTypeCapabilities List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapability>
    Supported insight data types for this insight type.
    description String
    Human-readable description of the insight type.
    insightType String
    Echo of the requested insight type.
    dataTypeCapabilities GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapability[]
    Supported insight data types for this insight type.
    description string
    Human-readable description of the insight type.
    insightType string
    Echo of the requested insight type.
    data_type_capabilities Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapability]
    Supported insight data types for this insight type.
    description str
    Human-readable description of the insight type.
    insight_type str
    Echo of the requested insight type.
    dataTypeCapabilities List<Property Map>
    Supported insight data types for this insight type.
    description String
    Human-readable description of the insight type.
    insightType String
    Echo of the requested insight type.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapability

    DataContracts List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDataContract>
    Describes the response data format returned for an insight type.
    DateTimeRangeSupports List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDateTimeRangeSupport>
    Indicates whether a time range is required for the insight.
    Description string
    Human-readable description of the insight type.
    Filters List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityFilter>
    Supported filters for this insight data type.
    Granularities List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityGranularity>
    Describes time granularity behavior for time-series Insight.
    InsightDataType string
    Insight data type identifier (for example, AAS_TIME_SERIES).
    Limits List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityLimit>
    Defines limits applicable to an insight type.
    Paginations List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityPagination>
    Describes pagination support for an insight type.
    Sortings List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySorting>
    Describes sorting support for an insight type.
    DataContracts []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDataContract
    Describes the response data format returned for an insight type.
    DateTimeRangeSupports []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDateTimeRangeSupport
    Indicates whether a time range is required for the insight.
    Description string
    Human-readable description of the insight type.
    Filters []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityFilter
    Supported filters for this insight data type.
    Granularities []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityGranularity
    Describes time granularity behavior for time-series Insight.
    InsightDataType string
    Insight data type identifier (for example, AAS_TIME_SERIES).
    Limits []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityLimit
    Defines limits applicable to an insight type.
    Paginations []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityPagination
    Describes pagination support for an insight type.
    Sortings []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySorting
    Describes sorting support for an insight type.
    data_contracts list(object)
    Describes the response data format returned for an insight type.
    date_time_range_supports list(object)
    Indicates whether a time range is required for the insight.
    description string
    Human-readable description of the insight type.
    filters list(object)
    Supported filters for this insight data type.
    granularities list(object)
    Describes time granularity behavior for time-series Insight.
    insight_data_type string
    Insight data type identifier (for example, AAS_TIME_SERIES).
    limits list(object)
    Defines limits applicable to an insight type.
    paginations list(object)
    Describes pagination support for an insight type.
    sortings list(object)
    Describes sorting support for an insight type.
    dataContracts List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDataContract>
    Describes the response data format returned for an insight type.
    dateTimeRangeSupports List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDateTimeRangeSupport>
    Indicates whether a time range is required for the insight.
    description String
    Human-readable description of the insight type.
    filters List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityFilter>
    Supported filters for this insight data type.
    granularities List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityGranularity>
    Describes time granularity behavior for time-series Insight.
    insightDataType String
    Insight data type identifier (for example, AAS_TIME_SERIES).
    limits List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityLimit>
    Defines limits applicable to an insight type.
    paginations List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityPagination>
    Describes pagination support for an insight type.
    sortings List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySorting>
    Describes sorting support for an insight type.
    dataContracts GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDataContract[]
    Describes the response data format returned for an insight type.
    dateTimeRangeSupports GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDateTimeRangeSupport[]
    Indicates whether a time range is required for the insight.
    description string
    Human-readable description of the insight type.
    filters GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityFilter[]
    Supported filters for this insight data type.
    granularities GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityGranularity[]
    Describes time granularity behavior for time-series Insight.
    insightDataType string
    Insight data type identifier (for example, AAS_TIME_SERIES).
    limits GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityLimit[]
    Defines limits applicable to an insight type.
    paginations GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityPagination[]
    Describes pagination support for an insight type.
    sortings GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySorting[]
    Describes sorting support for an insight type.
    data_contracts Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDataContract]
    Describes the response data format returned for an insight type.
    date_time_range_supports Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDateTimeRangeSupport]
    Indicates whether a time range is required for the insight.
    description str
    Human-readable description of the insight type.
    filters Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityFilter]
    Supported filters for this insight data type.
    granularities Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityGranularity]
    Describes time granularity behavior for time-series Insight.
    insight_data_type str
    Insight data type identifier (for example, AAS_TIME_SERIES).
    limits Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityLimit]
    Defines limits applicable to an insight type.
    paginations Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityPagination]
    Describes pagination support for an insight type.
    sortings Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySorting]
    Describes sorting support for an insight type.
    dataContracts List<Property Map>
    Describes the response data format returned for an insight type.
    dateTimeRangeSupports List<Property Map>
    Indicates whether a time range is required for the insight.
    description String
    Human-readable description of the insight type.
    filters List<Property Map>
    Supported filters for this insight data type.
    granularities List<Property Map>
    Describes time granularity behavior for time-series Insight.
    insightDataType String
    Insight data type identifier (for example, AAS_TIME_SERIES).
    limits List<Property Map>
    Defines limits applicable to an insight type.
    paginations List<Property Map>
    Describes pagination support for an insight type.
    sortings List<Property Map>
    Describes sorting support for an insight type.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDataContract

    Kind string
    Indicates the structure of the insight data payload.
    Unit string
    Optional unit associated with numeric values.
    Kind string
    Indicates the structure of the insight data payload.
    Unit string
    Optional unit associated with numeric values.
    kind string
    Indicates the structure of the insight data payload.
    unit string
    Optional unit associated with numeric values.
    kind String
    Indicates the structure of the insight data payload.
    unit String
    Optional unit associated with numeric values.
    kind string
    Indicates the structure of the insight data payload.
    unit string
    Optional unit associated with numeric values.
    kind str
    Indicates the structure of the insight data payload.
    unit str
    Optional unit associated with numeric values.
    kind String
    Indicates the structure of the insight data payload.
    unit String
    Optional unit associated with numeric values.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityDateTimeRangeSupport

    IsRequired bool
    Indicates whether start and end time parameters are required.
    IsRequired bool
    Indicates whether start and end time parameters are required.
    is_required bool
    Indicates whether start and end time parameters are required.
    isRequired Boolean
    Indicates whether start and end time parameters are required.
    isRequired boolean
    Indicates whether start and end time parameters are required.
    is_required bool
    Indicates whether start and end time parameters are required.
    isRequired Boolean
    Indicates whether start and end time parameters are required.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityFilter

    CanUsePartialMatch bool
    Indicates whether partial matching is supported.
    Name string
    Name of the filter parameter.
    Type string
    Granularity selection strategy.
    Values List<string>
    Allowed values for enum-based filters.
    CanUsePartialMatch bool
    Indicates whether partial matching is supported.
    Name string
    Name of the filter parameter.
    Type string
    Granularity selection strategy.
    Values []string
    Allowed values for enum-based filters.
    can_use_partial_match bool
    Indicates whether partial matching is supported.
    name string
    Name of the filter parameter.
    type string
    Granularity selection strategy.
    values list(string)
    Allowed values for enum-based filters.
    canUsePartialMatch Boolean
    Indicates whether partial matching is supported.
    name String
    Name of the filter parameter.
    type String
    Granularity selection strategy.
    values List<String>
    Allowed values for enum-based filters.
    canUsePartialMatch boolean
    Indicates whether partial matching is supported.
    name string
    Name of the filter parameter.
    type string
    Granularity selection strategy.
    values string[]
    Allowed values for enum-based filters.
    can_use_partial_match bool
    Indicates whether partial matching is supported.
    name str
    Name of the filter parameter.
    type str
    Granularity selection strategy.
    values Sequence[str]
    Allowed values for enum-based filters.
    canUsePartialMatch Boolean
    Indicates whether partial matching is supported.
    name String
    Name of the filter parameter.
    type String
    Granularity selection strategy.
    values List<String>
    Allowed values for enum-based filters.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityGranularity

    MaxSeconds int
    Maximum supported granularity in seconds.
    MinSeconds int
    Minimum supported granularity in seconds.
    Type string
    Granularity selection strategy.
    MaxSeconds int
    Maximum supported granularity in seconds.
    MinSeconds int
    Minimum supported granularity in seconds.
    Type string
    Granularity selection strategy.
    max_seconds number
    Maximum supported granularity in seconds.
    min_seconds number
    Minimum supported granularity in seconds.
    type string
    Granularity selection strategy.
    maxSeconds Integer
    Maximum supported granularity in seconds.
    minSeconds Integer
    Minimum supported granularity in seconds.
    type String
    Granularity selection strategy.
    maxSeconds number
    Maximum supported granularity in seconds.
    minSeconds number
    Minimum supported granularity in seconds.
    type string
    Granularity selection strategy.
    max_seconds int
    Maximum supported granularity in seconds.
    min_seconds int
    Minimum supported granularity in seconds.
    type str
    Granularity selection strategy.
    maxSeconds Number
    Maximum supported granularity in seconds.
    minSeconds Number
    Minimum supported granularity in seconds.
    type String
    Granularity selection strategy.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityLimit

    MaxRows int
    Maximum number of rows returned.
    MaxTimeRangeDays int
    Maximum allowed time range in days.
    MaxRows int
    Maximum number of rows returned.
    MaxTimeRangeDays int
    Maximum allowed time range in days.
    max_rows number
    Maximum number of rows returned.
    max_time_range_days number
    Maximum allowed time range in days.
    maxRows Integer
    Maximum number of rows returned.
    maxTimeRangeDays Integer
    Maximum allowed time range in days.
    maxRows number
    Maximum number of rows returned.
    maxTimeRangeDays number
    Maximum allowed time range in days.
    max_rows int
    Maximum number of rows returned.
    max_time_range_days int
    Maximum allowed time range in days.
    maxRows Number
    Maximum number of rows returned.
    maxTimeRangeDays Number
    Maximum allowed time range in days.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilityPagination

    DefaultLimit int
    Default number of items per page.
    IsSupported bool
    Indicates whether sorting is supported.
    MaxLimit int
    Maximum number of items per page.
    DefaultLimit int
    Default number of items per page.
    IsSupported bool
    Indicates whether sorting is supported.
    MaxLimit int
    Maximum number of items per page.
    default_limit number
    Default number of items per page.
    is_supported bool
    Indicates whether sorting is supported.
    max_limit number
    Maximum number of items per page.
    defaultLimit Integer
    Default number of items per page.
    isSupported Boolean
    Indicates whether sorting is supported.
    maxLimit Integer
    Maximum number of items per page.
    defaultLimit number
    Default number of items per page.
    isSupported boolean
    Indicates whether sorting is supported.
    maxLimit number
    Maximum number of items per page.
    default_limit int
    Default number of items per page.
    is_supported bool
    Indicates whether sorting is supported.
    max_limit int
    Maximum number of items per page.
    defaultLimit Number
    Default number of items per page.
    isSupported Boolean
    Indicates whether sorting is supported.
    maxLimit Number
    Maximum number of items per page.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySorting

    DefaultSorts List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySortingDefaultSort>
    Default sorting behavior for an insight type.
    Fields List<string>
    Fields that can be used for sorting.
    IsSupported bool
    Indicates whether sorting is supported.
    DefaultSorts []GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySortingDefaultSort
    Default sorting behavior for an insight type.
    Fields []string
    Fields that can be used for sorting.
    IsSupported bool
    Indicates whether sorting is supported.
    default_sorts list(object)
    Default sorting behavior for an insight type.
    fields list(string)
    Fields that can be used for sorting.
    is_supported bool
    Indicates whether sorting is supported.
    defaultSorts List<GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySortingDefaultSort>
    Default sorting behavior for an insight type.
    fields List<String>
    Fields that can be used for sorting.
    isSupported Boolean
    Indicates whether sorting is supported.
    defaultSorts GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySortingDefaultSort[]
    Default sorting behavior for an insight type.
    fields string[]
    Fields that can be used for sorting.
    isSupported boolean
    Indicates whether sorting is supported.
    default_sorts Sequence[GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySortingDefaultSort]
    Default sorting behavior for an insight type.
    fields Sequence[str]
    Fields that can be used for sorting.
    is_supported bool
    Indicates whether sorting is supported.
    defaultSorts List<Property Map>
    Default sorting behavior for an insight type.
    fields List<String>
    Fields that can be used for sorting.
    isSupported Boolean
    Indicates whether sorting is supported.

    GetInsightCapabilitiesInsightCapabilityCollectionItemDataTypeCapabilitySortingDefaultSort

    Field string
    Default field used for sorting.
    Order string
    Default sort order.
    Field string
    Default field used for sorting.
    Order string
    Default sort order.
    field string
    Default field used for sorting.
    order string
    Default sort order.
    field String
    Default field used for sorting.
    order String
    Default sort order.
    field string
    Default field used for sorting.
    order string
    Default sort order.
    field str
    Default field used for sorting.
    order str
    Default sort order.
    field String
    Default field used for sorting.
    order String
    Default sort order.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Viewing docs for Oracle Cloud Infrastructure v4.16.0
    published on Wednesday, Jun 17, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial