1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. AiAnomalyDetection
  5. getDetectionDataAssets
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.AiAnomalyDetection.getDetectionDataAssets

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

This data source provides the list of Data Assets in Oracle Cloud Infrastructure Ai Anomaly Detection service.

Returns a list of DataAssets.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testDataAssets = oci.AiAnomalyDetection.getDetectionDataAssets({
    compartmentId: compartmentId,
    displayName: dataAssetDisplayName,
    projectId: testProject.id,
    state: dataAssetState,
});
Copy
import pulumi
import pulumi_oci as oci

test_data_assets = oci.AiAnomalyDetection.get_detection_data_assets(compartment_id=compartment_id,
    display_name=data_asset_display_name,
    project_id=test_project["id"],
    state=data_asset_state)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/aianomalydetection"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := aianomalydetection.GetDetectionDataAssets(ctx, &aianomalydetection.GetDetectionDataAssetsArgs{
			CompartmentId: compartmentId,
			DisplayName:   pulumi.StringRef(dataAssetDisplayName),
			ProjectId:     pulumi.StringRef(testProject.Id),
			State:         pulumi.StringRef(dataAssetState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testDataAssets = Oci.AiAnomalyDetection.GetDetectionDataAssets.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = dataAssetDisplayName,
        ProjectId = testProject.Id,
        State = dataAssetState,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.AiAnomalyDetection.AiAnomalyDetectionFunctions;
import com.pulumi.oci.AiAnomalyDetection.inputs.GetDetectionDataAssetsArgs;
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 testDataAssets = AiAnomalyDetectionFunctions.getDetectionDataAssets(GetDetectionDataAssetsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(dataAssetDisplayName)
            .projectId(testProject.id())
            .state(dataAssetState)
            .build());

    }
}
Copy
variables:
  testDataAssets:
    fn::invoke:
      function: oci:AiAnomalyDetection:getDetectionDataAssets
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${dataAssetDisplayName}
        projectId: ${testProject.id}
        state: ${dataAssetState}
Copy

Using getDetectionDataAssets

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 getDetectionDataAssets(args: GetDetectionDataAssetsArgs, opts?: InvokeOptions): Promise<GetDetectionDataAssetsResult>
function getDetectionDataAssetsOutput(args: GetDetectionDataAssetsOutputArgs, opts?: InvokeOptions): Output<GetDetectionDataAssetsResult>
Copy
def get_detection_data_assets(compartment_id: Optional[str] = None,
                              display_name: Optional[str] = None,
                              filters: Optional[Sequence[_aianomalydetection.GetDetectionDataAssetsFilter]] = None,
                              project_id: Optional[str] = None,
                              state: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetDetectionDataAssetsResult
def get_detection_data_assets_output(compartment_id: Optional[pulumi.Input[str]] = None,
                              display_name: Optional[pulumi.Input[str]] = None,
                              filters: Optional[pulumi.Input[Sequence[pulumi.Input[_aianomalydetection.GetDetectionDataAssetsFilterArgs]]]] = None,
                              project_id: Optional[pulumi.Input[str]] = None,
                              state: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetDetectionDataAssetsResult]
Copy
func GetDetectionDataAssets(ctx *Context, args *GetDetectionDataAssetsArgs, opts ...InvokeOption) (*GetDetectionDataAssetsResult, error)
func GetDetectionDataAssetsOutput(ctx *Context, args *GetDetectionDataAssetsOutputArgs, opts ...InvokeOption) GetDetectionDataAssetsResultOutput
Copy

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

public static class GetDetectionDataAssets 
{
    public static Task<GetDetectionDataAssetsResult> InvokeAsync(GetDetectionDataAssetsArgs args, InvokeOptions? opts = null)
    public static Output<GetDetectionDataAssetsResult> Invoke(GetDetectionDataAssetsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDetectionDataAssetsResult> getDetectionDataAssets(GetDetectionDataAssetsArgs args, InvokeOptions options)
public static Output<GetDetectionDataAssetsResult> getDetectionDataAssets(GetDetectionDataAssetsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:AiAnomalyDetection/getDetectionDataAssets:getDetectionDataAssets
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. 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 Changes to this property will trigger replacement. List<GetDetectionDataAssetsFilter>
ProjectId string
The ID of the project for which to list the objects.
State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
CompartmentId This property is required. 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 Changes to this property will trigger replacement. []GetDetectionDataAssetsFilter
ProjectId string
The ID of the project for which to list the objects.
State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
compartmentId This property is required. 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 Changes to this property will trigger replacement. List<GetDetectionDataAssetsFilter>
projectId String
The ID of the project for which to list the objects.
state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
compartmentId This property is required. 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 Changes to this property will trigger replacement. GetDetectionDataAssetsFilter[]
projectId string
The ID of the project for which to list the objects.
state string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
compartment_id This property is required. 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 Changes to this property will trigger replacement. Sequence[aianomalydetection.GetDetectionDataAssetsFilter]
project_id str
The ID of the project for which to list the objects.
state str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
compartmentId This property is required. 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 Changes to this property will trigger replacement. List<Property Map>
projectId String
The ID of the project for which to list the objects.
state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.

getDetectionDataAssets Result

The following output properties are available:

CompartmentId string
The OCID of the compartment containing the DataAsset.
DataAssetCollections List<GetDetectionDataAssetsDataAssetCollection>
The list of data_asset_collection.
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<GetDetectionDataAssetsFilter>
ProjectId string
The Unique project id which is created at project creation that is immutable on creation.
State string
The lifecycle state of the Data Asset.
CompartmentId string
The OCID of the compartment containing the DataAsset.
DataAssetCollections []GetDetectionDataAssetsDataAssetCollection
The list of data_asset_collection.
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 []GetDetectionDataAssetsFilter
ProjectId string
The Unique project id which is created at project creation that is immutable on creation.
State string
The lifecycle state of the Data Asset.
compartmentId String
The OCID of the compartment containing the DataAsset.
dataAssetCollections List<GetDetectionDataAssetsDataAssetCollection>
The list of data_asset_collection.
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<GetDetectionDataAssetsFilter>
projectId String
The Unique project id which is created at project creation that is immutable on creation.
state String
The lifecycle state of the Data Asset.
compartmentId string
The OCID of the compartment containing the DataAsset.
dataAssetCollections GetDetectionDataAssetsDataAssetCollection[]
The list of data_asset_collection.
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 GetDetectionDataAssetsFilter[]
projectId string
The Unique project id which is created at project creation that is immutable on creation.
state string
The lifecycle state of the Data Asset.
compartment_id str
The OCID of the compartment containing the DataAsset.
data_asset_collections Sequence[aianomalydetection.GetDetectionDataAssetsDataAssetCollection]
The list of data_asset_collection.
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[aianomalydetection.GetDetectionDataAssetsFilter]
project_id str
The Unique project id which is created at project creation that is immutable on creation.
state str
The lifecycle state of the Data Asset.
compartmentId String
The OCID of the compartment containing the DataAsset.
dataAssetCollections List<Property Map>
The list of data_asset_collection.
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>
projectId String
The Unique project id which is created at project creation that is immutable on creation.
state String
The lifecycle state of the Data Asset.

Supporting Types

GetDetectionDataAssetsDataAssetCollection

items This property is required. List<Property Map>

GetDetectionDataAssetsDataAssetCollectionItem

CompartmentId This property is required. string
The ID of the compartment in which to list resources.
DataSourceDetails This property is required. List<GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetail>
Possible data sources
DefinedTags This property is required. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description This property is required. string
A short description of the data asset.
DisplayName This property is required. string
A filter to return only resources that match the entire display name given.
FreeformTags This property is required. 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 This property is required. string
The Unique Oracle ID (OCID) that is immutable on creation.
PrivateEndpointId This property is required. string
OCID of Private Endpoint.
ProjectId This property is required. string
The ID of the project for which to list the objects.
State This property is required. string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
SystemTags This property is required. Dictionary<string, string>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
The time the the DataAsset was created. An RFC3339 formatted datetime string
TimeUpdated This property is required. string
The time the the DataAsset was updated. An RFC3339 formatted datetime string
CompartmentId This property is required. string
The ID of the compartment in which to list resources.
DataSourceDetails This property is required. []GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetail
Possible data sources
DefinedTags This property is required. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description This property is required. string
A short description of the data asset.
DisplayName This property is required. string
A filter to return only resources that match the entire display name given.
FreeformTags This property is required. 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 This property is required. string
The Unique Oracle ID (OCID) that is immutable on creation.
PrivateEndpointId This property is required. string
OCID of Private Endpoint.
ProjectId This property is required. string
The ID of the project for which to list the objects.
State This property is required. string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
SystemTags This property is required. map[string]string
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
The time the the DataAsset was created. An RFC3339 formatted datetime string
TimeUpdated This property is required. string
The time the the DataAsset was updated. An RFC3339 formatted datetime string
compartmentId This property is required. String
The ID of the compartment in which to list resources.
dataSourceDetails This property is required. List<GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetail>
Possible data sources
definedTags This property is required. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description This property is required. String
A short description of the data asset.
displayName This property is required. String
A filter to return only resources that match the entire display name given.
freeformTags This property is required. 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 This property is required. String
The Unique Oracle ID (OCID) that is immutable on creation.
privateEndpointId This property is required. String
OCID of Private Endpoint.
projectId This property is required. String
The ID of the project for which to list the objects.
state This property is required. String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
systemTags This property is required. Map<String,String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
The time the the DataAsset was created. An RFC3339 formatted datetime string
timeUpdated This property is required. String
The time the the DataAsset was updated. An RFC3339 formatted datetime string
compartmentId This property is required. string
The ID of the compartment in which to list resources.
dataSourceDetails This property is required. GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetail[]
Possible data sources
definedTags This property is required. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description This property is required. string
A short description of the data asset.
displayName This property is required. string
A filter to return only resources that match the entire display name given.
freeformTags This property is required. {[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 This property is required. string
The Unique Oracle ID (OCID) that is immutable on creation.
privateEndpointId This property is required. string
OCID of Private Endpoint.
projectId This property is required. string
The ID of the project for which to list the objects.
state This property is required. string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
systemTags This property is required. {[key: string]: string}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. string
The time the the DataAsset was created. An RFC3339 formatted datetime string
timeUpdated This property is required. string
The time the the DataAsset was updated. An RFC3339 formatted datetime string
compartment_id This property is required. str
The ID of the compartment in which to list resources.
data_source_details This property is required. Sequence[aianomalydetection.GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetail]
Possible data sources
defined_tags This property is required. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description This property is required. str
A short description of the data asset.
display_name This property is required. str
A filter to return only resources that match the entire display name given.
freeform_tags This property is required. 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 This property is required. str
The Unique Oracle ID (OCID) that is immutable on creation.
private_endpoint_id This property is required. str
OCID of Private Endpoint.
project_id This property is required. str
The ID of the project for which to list the objects.
state This property is required. str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
system_tags This property is required. Mapping[str, str]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created This property is required. str
The time the the DataAsset was created. An RFC3339 formatted datetime string
time_updated This property is required. str
The time the the DataAsset was updated. An RFC3339 formatted datetime string
compartmentId This property is required. String
The ID of the compartment in which to list resources.
dataSourceDetails This property is required. List<Property Map>
Possible data sources
definedTags This property is required. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description This property is required. String
A short description of the data asset.
displayName This property is required. String
A filter to return only resources that match the entire display name given.
freeformTags This property is required. 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 This property is required. String
The Unique Oracle ID (OCID) that is immutable on creation.
privateEndpointId This property is required. String
OCID of Private Endpoint.
projectId This property is required. String
The ID of the project for which to list the objects.
state This property is required. String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
systemTags This property is required. Map<String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
The time the the DataAsset was created. An RFC3339 formatted datetime string
timeUpdated This property is required. String
The time the the DataAsset was updated. An RFC3339 formatted datetime string

GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetail

AtpPasswordSecretId This property is required. string
atp db password Secret Id
AtpUserName This property is required. string
atp db user name
Bucket This property is required. string
Bucket Name for influx connection
CwalletFileSecretId This property is required. string
OCID of the secret containing the containers certificates of ATP wallet
DataSourceType This property is required. string
Data source type where actually data asset is being stored
DatabaseName This property is required. string
DB Name for influx connection
EwalletFileSecretId This property is required. string
OCID of the secret containing the PDB'S certificates of ATP wallet
KeyStoreFileSecretId This property is required. string
OCID of the secret containing Keystore.jks file of the ATP wallet
MeasurementName This property is required. string
Measurement name for influx
Namespace This property is required. string
Object storage namespace
Object This property is required. string
File name
OjdbcFileSecretId This property is required. string
OCID of the secret that contains jdbc properties file of ATP wallet
PasswordSecretId This property is required. string
Password Secret Id for the influx connection
TableName This property is required. string
atp database table name
TnsnamesFileSecretId This property is required. string
OCID of the secret that contains the tnsnames file of ATP wallet
TruststoreFileSecretId This property is required. string
OCID of the secret containing truststore.jks file of the ATP wallet
Url This property is required. string
public IP address and port to influx DB
UserName This property is required. string
Username for connection to Influx
VersionSpecificDetails This property is required. List<GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetail>
Possible data sources
WalletPasswordSecretId This property is required. string
wallet password Secret ID in String format
AtpPasswordSecretId This property is required. string
atp db password Secret Id
AtpUserName This property is required. string
atp db user name
Bucket This property is required. string
Bucket Name for influx connection
CwalletFileSecretId This property is required. string
OCID of the secret containing the containers certificates of ATP wallet
DataSourceType This property is required. string
Data source type where actually data asset is being stored
DatabaseName This property is required. string
DB Name for influx connection
EwalletFileSecretId This property is required. string
OCID of the secret containing the PDB'S certificates of ATP wallet
KeyStoreFileSecretId This property is required. string
OCID of the secret containing Keystore.jks file of the ATP wallet
MeasurementName This property is required. string
Measurement name for influx
Namespace This property is required. string
Object storage namespace
Object This property is required. string
File name
OjdbcFileSecretId This property is required. string
OCID of the secret that contains jdbc properties file of ATP wallet
PasswordSecretId This property is required. string
Password Secret Id for the influx connection
TableName This property is required. string
atp database table name
TnsnamesFileSecretId This property is required. string
OCID of the secret that contains the tnsnames file of ATP wallet
TruststoreFileSecretId This property is required. string
OCID of the secret containing truststore.jks file of the ATP wallet
Url This property is required. string
public IP address and port to influx DB
UserName This property is required. string
Username for connection to Influx
VersionSpecificDetails This property is required. []GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetail
Possible data sources
WalletPasswordSecretId This property is required. string
wallet password Secret ID in String format
atpPasswordSecretId This property is required. String
atp db password Secret Id
atpUserName This property is required. String
atp db user name
bucket This property is required. String
Bucket Name for influx connection
cwalletFileSecretId This property is required. String
OCID of the secret containing the containers certificates of ATP wallet
dataSourceType This property is required. String
Data source type where actually data asset is being stored
databaseName This property is required. String
DB Name for influx connection
ewalletFileSecretId This property is required. String
OCID of the secret containing the PDB'S certificates of ATP wallet
keyStoreFileSecretId This property is required. String
OCID of the secret containing Keystore.jks file of the ATP wallet
measurementName This property is required. String
Measurement name for influx
namespace This property is required. String
Object storage namespace
object This property is required. String
File name
ojdbcFileSecretId This property is required. String
OCID of the secret that contains jdbc properties file of ATP wallet
passwordSecretId This property is required. String
Password Secret Id for the influx connection
tableName This property is required. String
atp database table name
tnsnamesFileSecretId This property is required. String
OCID of the secret that contains the tnsnames file of ATP wallet
truststoreFileSecretId This property is required. String
OCID of the secret containing truststore.jks file of the ATP wallet
url This property is required. String
public IP address and port to influx DB
userName This property is required. String
Username for connection to Influx
versionSpecificDetails This property is required. List<GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetail>
Possible data sources
walletPasswordSecretId This property is required. String
wallet password Secret ID in String format
atpPasswordSecretId This property is required. string
atp db password Secret Id
atpUserName This property is required. string
atp db user name
bucket This property is required. string
Bucket Name for influx connection
cwalletFileSecretId This property is required. string
OCID of the secret containing the containers certificates of ATP wallet
dataSourceType This property is required. string
Data source type where actually data asset is being stored
databaseName This property is required. string
DB Name for influx connection
ewalletFileSecretId This property is required. string
OCID of the secret containing the PDB'S certificates of ATP wallet
keyStoreFileSecretId This property is required. string
OCID of the secret containing Keystore.jks file of the ATP wallet
measurementName This property is required. string
Measurement name for influx
namespace This property is required. string
Object storage namespace
object This property is required. string
File name
ojdbcFileSecretId This property is required. string
OCID of the secret that contains jdbc properties file of ATP wallet
passwordSecretId This property is required. string
Password Secret Id for the influx connection
tableName This property is required. string
atp database table name
tnsnamesFileSecretId This property is required. string
OCID of the secret that contains the tnsnames file of ATP wallet
truststoreFileSecretId This property is required. string
OCID of the secret containing truststore.jks file of the ATP wallet
url This property is required. string
public IP address and port to influx DB
userName This property is required. string
Username for connection to Influx
versionSpecificDetails This property is required. GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetail[]
Possible data sources
walletPasswordSecretId This property is required. string
wallet password Secret ID in String format
atp_password_secret_id This property is required. str
atp db password Secret Id
atp_user_name This property is required. str
atp db user name
bucket This property is required. str
Bucket Name for influx connection
cwallet_file_secret_id This property is required. str
OCID of the secret containing the containers certificates of ATP wallet
data_source_type This property is required. str
Data source type where actually data asset is being stored
database_name This property is required. str
DB Name for influx connection
ewallet_file_secret_id This property is required. str
OCID of the secret containing the PDB'S certificates of ATP wallet
key_store_file_secret_id This property is required. str
OCID of the secret containing Keystore.jks file of the ATP wallet
measurement_name This property is required. str
Measurement name for influx
namespace This property is required. str
Object storage namespace
object This property is required. str
File name
ojdbc_file_secret_id This property is required. str
OCID of the secret that contains jdbc properties file of ATP wallet
password_secret_id This property is required. str
Password Secret Id for the influx connection
table_name This property is required. str
atp database table name
tnsnames_file_secret_id This property is required. str
OCID of the secret that contains the tnsnames file of ATP wallet
truststore_file_secret_id This property is required. str
OCID of the secret containing truststore.jks file of the ATP wallet
url This property is required. str
public IP address and port to influx DB
user_name This property is required. str
Username for connection to Influx
version_specific_details This property is required. Sequence[aianomalydetection.GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetail]
Possible data sources
wallet_password_secret_id This property is required. str
wallet password Secret ID in String format
atpPasswordSecretId This property is required. String
atp db password Secret Id
atpUserName This property is required. String
atp db user name
bucket This property is required. String
Bucket Name for influx connection
cwalletFileSecretId This property is required. String
OCID of the secret containing the containers certificates of ATP wallet
dataSourceType This property is required. String
Data source type where actually data asset is being stored
databaseName This property is required. String
DB Name for influx connection
ewalletFileSecretId This property is required. String
OCID of the secret containing the PDB'S certificates of ATP wallet
keyStoreFileSecretId This property is required. String
OCID of the secret containing Keystore.jks file of the ATP wallet
measurementName This property is required. String
Measurement name for influx
namespace This property is required. String
Object storage namespace
object This property is required. String
File name
ojdbcFileSecretId This property is required. String
OCID of the secret that contains jdbc properties file of ATP wallet
passwordSecretId This property is required. String
Password Secret Id for the influx connection
tableName This property is required. String
atp database table name
tnsnamesFileSecretId This property is required. String
OCID of the secret that contains the tnsnames file of ATP wallet
truststoreFileSecretId This property is required. String
OCID of the secret containing truststore.jks file of the ATP wallet
url This property is required. String
public IP address and port to influx DB
userName This property is required. String
Username for connection to Influx
versionSpecificDetails This property is required. List<Property Map>
Possible data sources
walletPasswordSecretId This property is required. String
wallet password Secret ID in String format

GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetail

Bucket This property is required. string
Bucket Name for influx connection
DatabaseName This property is required. string
DB Name for influx connection
InfluxVersion This property is required. string
Data source type where actually data asset is being stored
OrganizationName This property is required. string
Org name for the influx db
RetentionPolicyName This property is required. string
retention policy is how long the bucket would last
Bucket This property is required. string
Bucket Name for influx connection
DatabaseName This property is required. string
DB Name for influx connection
InfluxVersion This property is required. string
Data source type where actually data asset is being stored
OrganizationName This property is required. string
Org name for the influx db
RetentionPolicyName This property is required. string
retention policy is how long the bucket would last
bucket This property is required. String
Bucket Name for influx connection
databaseName This property is required. String
DB Name for influx connection
influxVersion This property is required. String
Data source type where actually data asset is being stored
organizationName This property is required. String
Org name for the influx db
retentionPolicyName This property is required. String
retention policy is how long the bucket would last
bucket This property is required. string
Bucket Name for influx connection
databaseName This property is required. string
DB Name for influx connection
influxVersion This property is required. string
Data source type where actually data asset is being stored
organizationName This property is required. string
Org name for the influx db
retentionPolicyName This property is required. string
retention policy is how long the bucket would last
bucket This property is required. str
Bucket Name for influx connection
database_name This property is required. str
DB Name for influx connection
influx_version This property is required. str
Data source type where actually data asset is being stored
organization_name This property is required. str
Org name for the influx db
retention_policy_name This property is required. str
retention policy is how long the bucket would last
bucket This property is required. String
Bucket Name for influx connection
databaseName This property is required. String
DB Name for influx connection
influxVersion This property is required. String
Data source type where actually data asset is being stored
organizationName This property is required. String
Org name for the influx db
retentionPolicyName This property is required. String
retention policy is how long the bucket would last

GetDetectionDataAssetsFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. 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.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi