1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseMigration
  5. getAssessments
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi

    This data source provides the list of Assessments in Oracle Cloud Infrastructure Database Migration service.

    List all Assessments.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testAssessments = oci.DatabaseMigration.getAssessments({
        compartmentId: compartmentId,
        displayName: assessmentDisplayName,
        lifecycleDetails: assessmentLifecycleDetails,
        state: assessmentState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_assessments = oci.DatabaseMigration.get_assessments(compartment_id=compartment_id,
        display_name=assessment_display_name,
        lifecycle_details=assessment_lifecycle_details,
        state=assessment_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasemigration"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databasemigration.GetAssessments(ctx, &databasemigration.GetAssessmentsArgs{
    			CompartmentId:    compartmentId,
    			DisplayName:      pulumi.StringRef(assessmentDisplayName),
    			LifecycleDetails: pulumi.StringRef(assessmentLifecycleDetails),
    			State:            pulumi.StringRef(assessmentState),
    		}, 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 testAssessments = Oci.DatabaseMigration.GetAssessments.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = assessmentDisplayName,
            LifecycleDetails = assessmentLifecycleDetails,
            State = assessmentState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseMigration.DatabaseMigrationFunctions;
    import com.pulumi.oci.DatabaseMigration.inputs.GetAssessmentsArgs;
    import java.util.List;
    import java.util.ArrayList;
    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 testAssessments = DatabaseMigrationFunctions.getAssessments(GetAssessmentsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(assessmentDisplayName)
                .lifecycleDetails(assessmentLifecycleDetails)
                .state(assessmentState)
                .build());
    
        }
    }
    
    variables:
      testAssessments:
        fn::invoke:
          function: oci:DatabaseMigration:getAssessments
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${assessmentDisplayName}
            lifecycleDetails: ${assessmentLifecycleDetails}
            state: ${assessmentState}
    

    Using getAssessments

    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 getAssessments(args: GetAssessmentsArgs, opts?: InvokeOptions): Promise<GetAssessmentsResult>
    function getAssessmentsOutput(args: GetAssessmentsOutputArgs, opts?: InvokeOptions): Output<GetAssessmentsResult>
    def get_assessments(compartment_id: Optional[str] = None,
                        display_name: Optional[str] = None,
                        filters: Optional[Sequence[GetAssessmentsFilter]] = None,
                        lifecycle_details: Optional[str] = None,
                        state: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetAssessmentsResult
    def get_assessments_output(compartment_id: Optional[pulumi.Input[str]] = None,
                        display_name: Optional[pulumi.Input[str]] = None,
                        filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssessmentsFilterArgs]]]] = None,
                        lifecycle_details: Optional[pulumi.Input[str]] = None,
                        state: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetAssessmentsResult]
    func GetAssessments(ctx *Context, args *GetAssessmentsArgs, opts ...InvokeOption) (*GetAssessmentsResult, error)
    func GetAssessmentsOutput(ctx *Context, args *GetAssessmentsOutputArgs, opts ...InvokeOption) GetAssessmentsResultOutput

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

    public static class GetAssessments 
    {
        public static Task<GetAssessmentsResult> InvokeAsync(GetAssessmentsArgs args, InvokeOptions? opts = null)
        public static Output<GetAssessmentsResult> Invoke(GetAssessmentsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAssessmentsResult> getAssessments(GetAssessmentsArgs args, InvokeOptions options)
    public static Output<GetAssessmentsResult> getAssessments(GetAssessmentsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DatabaseMigration/getAssessments:getAssessments
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetAssessmentsFilter>
    LifecycleDetails string
    The lifecycle detailed status of the Migration.
    State string
    The lifecycle state of the Assessment.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetAssessmentsFilter
    LifecycleDetails string
    The lifecycle detailed status of the Migration.
    State string
    The lifecycle state of the Assessment.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetAssessmentsFilter>
    lifecycleDetails String
    The lifecycle detailed status of the Migration.
    state String
    The lifecycle state of the Assessment.
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetAssessmentsFilter[]
    lifecycleDetails string
    The lifecycle detailed status of the Migration.
    state string
    The lifecycle state of the Assessment.
    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[GetAssessmentsFilter]
    lifecycle_details str
    The lifecycle detailed status of the Migration.
    state str
    The lifecycle state of the Assessment.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    lifecycleDetails String
    The lifecycle detailed status of the Migration.
    state String
    The lifecycle state of the Assessment.

    getAssessments Result

    The following output properties are available:

    AssessmentCollections List<GetAssessmentsAssessmentCollection>
    The list of assessment_collection.
    CompartmentId string
    The OCID of the resource being referenced.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Filters List<GetAssessmentsFilter>
    LifecycleDetails string
    State string
    The current state of the Assessment resource.
    AssessmentCollections []GetAssessmentsAssessmentCollection
    The list of assessment_collection.
    CompartmentId string
    The OCID of the resource being referenced.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Filters []GetAssessmentsFilter
    LifecycleDetails string
    State string
    The current state of the Assessment resource.
    assessmentCollections List<GetAssessmentsAssessmentCollection>
    The list of assessment_collection.
    compartmentId String
    The OCID of the resource being referenced.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters List<GetAssessmentsFilter>
    lifecycleDetails String
    state String
    The current state of the Assessment resource.
    assessmentCollections GetAssessmentsAssessmentCollection[]
    The list of assessment_collection.
    compartmentId string
    The OCID of the resource being referenced.
    id string
    The provider-assigned unique ID for this managed resource.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters GetAssessmentsFilter[]
    lifecycleDetails string
    state string
    The current state of the Assessment resource.
    assessment_collections Sequence[GetAssessmentsAssessmentCollection]
    The list of assessment_collection.
    compartment_id str
    The OCID of the resource being referenced.
    id str
    The provider-assigned unique ID for this managed resource.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters Sequence[GetAssessmentsFilter]
    lifecycle_details str
    state str
    The current state of the Assessment resource.
    assessmentCollections List<Property Map>
    The list of assessment_collection.
    compartmentId String
    The OCID of the resource being referenced.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters List<Property Map>
    lifecycleDetails String
    state String
    The current state of the Assessment resource.

    Supporting Types

    GetAssessmentsAssessmentCollection

    GetAssessmentsAssessmentCollectionItem

    AcceptableDowntime string
    Time allowed for the application downtime.
    AssessmentMigrationType string
    The migration type of the migration to be performed.
    BulkIncludeExcludeData string
    CompartmentId string
    The ID of the compartment in which to list resources.
    CreationType string
    The type of assessment creation.
    DatabaseCombination string
    The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
    DatabaseDataSize string
    The size of a source database.
    DdlExpectation string
    DDL expectation values.
    DefinedTags 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
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    ExcludeObjects List<GetAssessmentsAssessmentCollectionItemExcludeObject>
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the resource being referenced.
    IncludeObjects List<GetAssessmentsAssessmentCollectionItemIncludeObject>
    IsCdbSupported bool
    True if CDB should be defined, false otherwise.
    MigrationId string
    The OCID of the resource being referenced.
    NetworkSpeedMegabitPerSecond string
    A network speed in Megabits per second.
    SourceDatabaseConnections List<GetAssessmentsAssessmentCollectionItemSourceDatabaseConnection>
    Source Assessment Connection object
    State string
    The lifecycle state of the Assessment.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TargetDatabaseConnections List<GetAssessmentsAssessmentCollectionItemTargetDatabaseConnection>
    Target Assessment Connection object
    TimeCreated string
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    TimeUpdated string
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    AcceptableDowntime string
    Time allowed for the application downtime.
    AssessmentMigrationType string
    The migration type of the migration to be performed.
    BulkIncludeExcludeData string
    CompartmentId string
    The ID of the compartment in which to list resources.
    CreationType string
    The type of assessment creation.
    DatabaseCombination string
    The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
    DatabaseDataSize string
    The size of a source database.
    DdlExpectation string
    DDL expectation values.
    DefinedTags 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
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    ExcludeObjects []GetAssessmentsAssessmentCollectionItemExcludeObject
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the resource being referenced.
    IncludeObjects []GetAssessmentsAssessmentCollectionItemIncludeObject
    IsCdbSupported bool
    True if CDB should be defined, false otherwise.
    MigrationId string
    The OCID of the resource being referenced.
    NetworkSpeedMegabitPerSecond string
    A network speed in Megabits per second.
    SourceDatabaseConnections []GetAssessmentsAssessmentCollectionItemSourceDatabaseConnection
    Source Assessment Connection object
    State string
    The lifecycle state of the Assessment.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TargetDatabaseConnections []GetAssessmentsAssessmentCollectionItemTargetDatabaseConnection
    Target Assessment Connection object
    TimeCreated string
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    TimeUpdated string
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    acceptableDowntime String
    Time allowed for the application downtime.
    assessmentMigrationType String
    The migration type of the migration to be performed.
    bulkIncludeExcludeData String
    compartmentId String
    The ID of the compartment in which to list resources.
    creationType String
    The type of assessment creation.
    databaseCombination String
    The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
    databaseDataSize String
    The size of a source database.
    ddlExpectation String
    DDL expectation values.
    definedTags 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
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    excludeObjects List<GetAssessmentsAssessmentCollectionItemExcludeObject>
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the resource being referenced.
    includeObjects List<GetAssessmentsAssessmentCollectionItemIncludeObject>
    isCdbSupported Boolean
    True if CDB should be defined, false otherwise.
    migrationId String
    The OCID of the resource being referenced.
    networkSpeedMegabitPerSecond String
    A network speed in Megabits per second.
    sourceDatabaseConnections List<GetAssessmentsAssessmentCollectionItemSourceDatabaseConnection>
    Source Assessment Connection object
    state String
    The lifecycle state of the Assessment.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetDatabaseConnections List<GetAssessmentsAssessmentCollectionItemTargetDatabaseConnection>
    Target Assessment Connection object
    timeCreated String
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    timeUpdated String
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    acceptableDowntime string
    Time allowed for the application downtime.
    assessmentMigrationType string
    The migration type of the migration to be performed.
    bulkIncludeExcludeData string
    compartmentId string
    The ID of the compartment in which to list resources.
    creationType string
    The type of assessment creation.
    databaseCombination string
    The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
    databaseDataSize string
    The size of a source database.
    ddlExpectation string
    DDL expectation values.
    definedTags {[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
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    excludeObjects GetAssessmentsAssessmentCollectionItemExcludeObject[]
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the resource being referenced.
    includeObjects GetAssessmentsAssessmentCollectionItemIncludeObject[]
    isCdbSupported boolean
    True if CDB should be defined, false otherwise.
    migrationId string
    The OCID of the resource being referenced.
    networkSpeedMegabitPerSecond string
    A network speed in Megabits per second.
    sourceDatabaseConnections GetAssessmentsAssessmentCollectionItemSourceDatabaseConnection[]
    Source Assessment Connection object
    state string
    The lifecycle state of the Assessment.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetDatabaseConnections GetAssessmentsAssessmentCollectionItemTargetDatabaseConnection[]
    Target Assessment Connection object
    timeCreated string
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    timeUpdated string
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    acceptable_downtime str
    Time allowed for the application downtime.
    assessment_migration_type str
    The migration type of the migration to be performed.
    bulk_include_exclude_data str
    compartment_id str
    The ID of the compartment in which to list resources.
    creation_type str
    The type of assessment creation.
    database_combination str
    The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
    database_data_size str
    The size of a source database.
    ddl_expectation str
    DDL expectation values.
    defined_tags 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
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    exclude_objects Sequence[GetAssessmentsAssessmentCollectionItemExcludeObject]
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the resource being referenced.
    include_objects Sequence[GetAssessmentsAssessmentCollectionItemIncludeObject]
    is_cdb_supported bool
    True if CDB should be defined, false otherwise.
    migration_id str
    The OCID of the resource being referenced.
    network_speed_megabit_per_second str
    A network speed in Megabits per second.
    source_database_connections Sequence[GetAssessmentsAssessmentCollectionItemSourceDatabaseConnection]
    Source Assessment Connection object
    state str
    The lifecycle state of the Assessment.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    target_database_connections Sequence[GetAssessmentsAssessmentCollectionItemTargetDatabaseConnection]
    Target Assessment Connection object
    time_created str
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    time_updated str
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    acceptableDowntime String
    Time allowed for the application downtime.
    assessmentMigrationType String
    The migration type of the migration to be performed.
    bulkIncludeExcludeData String
    compartmentId String
    The ID of the compartment in which to list resources.
    creationType String
    The type of assessment creation.
    databaseCombination String
    The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
    databaseDataSize String
    The size of a source database.
    ddlExpectation String
    DDL expectation values.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    excludeObjects List<Property Map>
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the resource being referenced.
    includeObjects List<Property Map>
    isCdbSupported Boolean
    True if CDB should be defined, false otherwise.
    migrationId String
    The OCID of the resource being referenced.
    networkSpeedMegabitPerSecond String
    A network speed in Megabits per second.
    sourceDatabaseConnections List<Property Map>
    Source Assessment Connection object
    state String
    The lifecycle state of the Assessment.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetDatabaseConnections List<Property Map>
    Target Assessment Connection object
    timeCreated String
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
    timeUpdated String
    An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.

    GetAssessmentsAssessmentCollectionItemExcludeObject

    GetAssessmentsAssessmentCollectionItemIncludeObject

    GetAssessmentsAssessmentCollectionItemSourceDatabaseConnection

    Id string
    The OCID of the resource being referenced.
    Id string
    The OCID of the resource being referenced.
    id String
    The OCID of the resource being referenced.
    id string
    The OCID of the resource being referenced.
    id str
    The OCID of the resource being referenced.
    id String
    The OCID of the resource being referenced.

    GetAssessmentsAssessmentCollectionItemTargetDatabaseConnection

    ConnectionType string
    Defines the type of connection. For example, ORACLE.
    DatabaseVersion string
    The database version
    Id string
    The OCID of the resource being referenced.
    TechnologySubType string
    Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
    TechnologyType string
    The technology type.
    ConnectionType string
    Defines the type of connection. For example, ORACLE.
    DatabaseVersion string
    The database version
    Id string
    The OCID of the resource being referenced.
    TechnologySubType string
    Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
    TechnologyType string
    The technology type.
    connectionType String
    Defines the type of connection. For example, ORACLE.
    databaseVersion String
    The database version
    id String
    The OCID of the resource being referenced.
    technologySubType String
    Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
    technologyType String
    The technology type.
    connectionType string
    Defines the type of connection. For example, ORACLE.
    databaseVersion string
    The database version
    id string
    The OCID of the resource being referenced.
    technologySubType string
    Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
    technologyType string
    The technology type.
    connection_type str
    Defines the type of connection. For example, ORACLE.
    database_version str
    The database version
    id str
    The OCID of the resource being referenced.
    technology_sub_type str
    Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
    technology_type str
    The technology type.
    connectionType String
    Defines the type of connection. For example, ORACLE.
    databaseVersion String
    The database version
    id String
    The OCID of the resource being referenced.
    technologySubType String
    Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
    technologyType String
    The technology type.

    GetAssessmentsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    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.2.0
    published on Friday, Mar 6, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.