Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.AiAnomalyDetection.getDetectionDataAssets
Explore with Pulumi AI
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,
});
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)
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
	})
}
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,
    });
});
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());
    }
}
variables:
  testDataAssets:
    fn::invoke:
      function: oci:AiAnomalyDetection:getDetectionDataAssets
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${dataAssetDisplayName}
        projectId: ${testProject.id}
        state: ${dataAssetState}
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>def get_detection_data_assets(compartment_id: Optional[str] = None,
                              display_name: Optional[str] = None,
                              filters: Optional[Sequence[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[GetDetectionDataAssetsFilterArgs]]]] = None,
                              project_id: Optional[pulumi.Input[str]] = None,
                              state: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetDetectionDataAssetsResult]func GetDetectionDataAssets(ctx *Context, args *GetDetectionDataAssetsArgs, opts ...InvokeOption) (*GetDetectionDataAssetsResult, error)
func GetDetectionDataAssetsOutput(ctx *Context, args *GetDetectionDataAssetsOutputArgs, opts ...InvokeOption) GetDetectionDataAssetsResultOutput> 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)
}public static CompletableFuture<GetDetectionDataAssetsResult> getDetectionDataAssets(GetDetectionDataAssetsArgs args, InvokeOptions options)
public static Output<GetDetectionDataAssetsResult> getDetectionDataAssets(GetDetectionDataAssetsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:AiAnomalyDetection/getDetectionDataAssets:getDetectionDataAssets
  arguments:
    # arguments dictionaryThe 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<GetDetection Data Assets Filter> 
- 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 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
[]GetDetection Data Assets Filter 
- 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 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<GetDetection Data Assets Filter> 
- 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 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
GetDetection Data Assets Filter[] 
- 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 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[GetDetection Data Assets Filter] 
- 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 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>
- 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.
- DataAsset List<GetCollections Detection Data Assets Data Asset Collection> 
- 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<GetDetection Data Assets Filter> 
- 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.
- DataAsset []GetCollections Detection Data Assets Data Asset Collection 
- 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
[]GetDetection Data Assets Filter 
- 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.
- dataAsset List<GetCollections Detection Data Assets Data Asset Collection> 
- 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<GetDetection Data Assets Filter> 
- 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.
- dataAsset GetCollections Detection Data Assets Data Asset Collection[] 
- 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
GetDetection Data Assets Filter[] 
- 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_ Sequence[Getcollections Detection Data Assets Data Asset Collection] 
- 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[GetDetection Data Assets Filter] 
- 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.
- dataAsset List<Property Map>Collections 
- 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      
GetDetectionDataAssetsDataAssetCollectionItem       
- CompartmentId string
- The ID of the compartment in which to list resources.
- DataSource List<GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail> 
- Possible data sources
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- A short description of the data asset.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The Unique Oracle ID (OCID) that is immutable on creation.
- PrivateEndpoint stringId 
- OCID of Private Endpoint.
- 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.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the the DataAsset was created. An RFC3339 formatted datetime string
- TimeUpdated string
- The time the the DataAsset was updated. An RFC3339 formatted datetime string
- CompartmentId string
- The ID of the compartment in which to list resources.
- DataSource []GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail 
- Possible data sources
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- A short description of the data asset.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The Unique Oracle ID (OCID) that is immutable on creation.
- PrivateEndpoint stringId 
- OCID of Private Endpoint.
- 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.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the the DataAsset was created. An RFC3339 formatted datetime string
- TimeUpdated string
- The time the the DataAsset was updated. An RFC3339 formatted datetime string
- compartmentId String
- The ID of the compartment in which to list resources.
- dataSource List<GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail> 
- Possible data sources
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- A short description of the data asset.
- displayName String
- A filter to return only resources that match the entire display name given.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The Unique Oracle ID (OCID) that is immutable on creation.
- privateEndpoint StringId 
- OCID of Private Endpoint.
- 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.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the the DataAsset was created. An RFC3339 formatted datetime string
- timeUpdated String
- The time the the DataAsset was updated. An RFC3339 formatted datetime string
- compartmentId string
- The ID of the compartment in which to list resources.
- dataSource GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail[] 
- Possible data sources
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- A short description of the data asset.
- displayName string
- A filter to return only resources that match the entire display name given.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- The Unique Oracle ID (OCID) that is immutable on creation.
- privateEndpoint stringId 
- OCID of Private Endpoint.
- 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.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time the the DataAsset was created. An RFC3339 formatted datetime string
- timeUpdated string
- The time the the DataAsset was updated. An RFC3339 formatted datetime string
- compartment_id str
- The ID of the compartment in which to list resources.
- data_source_ Sequence[Getdetails Detection Data Assets Data Asset Collection Item Data Source Detail] 
- Possible data sources
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- A short description of the data asset.
- display_name str
- A filter to return only resources that match the entire display name given.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- The Unique Oracle ID (OCID) that is immutable on creation.
- private_endpoint_ strid 
- OCID of Private Endpoint.
- 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.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time the the DataAsset was created. An RFC3339 formatted datetime string
- time_updated str
- The time the the DataAsset was updated. An RFC3339 formatted datetime string
- compartmentId String
- The ID of the compartment in which to list resources.
- dataSource List<Property Map>Details 
- Possible data sources
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- A short description of the data asset.
- displayName String
- A filter to return only resources that match the entire display name given.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The Unique Oracle ID (OCID) that is immutable on creation.
- privateEndpoint StringId 
- OCID of Private Endpoint.
- 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.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the the DataAsset was created. An RFC3339 formatted datetime string
- timeUpdated String
- The time the the DataAsset was updated. An RFC3339 formatted datetime string
GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetail          
- AtpPassword stringSecret Id 
- atp db password Secret Id
- AtpUser stringName 
- atp db user name
- Bucket string
- Bucket Name for influx connection
- CwalletFile stringSecret Id 
- OCID of the secret containing the containers certificates of ATP wallet
- DataSource stringType 
- Data source type where actually data asset is being stored
- DatabaseName string
- DB Name for influx connection
- EwalletFile stringSecret Id 
- OCID of the secret containing the PDB'S certificates of ATP wallet
- KeyStore stringFile Secret Id 
- OCID of the secret containing Keystore.jks file of the ATP wallet
- MeasurementName string
- Measurement name for influx
- Namespace string
- Object storage namespace
- Object string
- File name
- OjdbcFile stringSecret Id 
- OCID of the secret that contains jdbc properties file of ATP wallet
- PasswordSecret stringId 
- Password Secret Id for the influx connection
- TableName string
- atp database table name
- TnsnamesFile stringSecret Id 
- OCID of the secret that contains the tnsnames file of ATP wallet
- TruststoreFile stringSecret Id 
- OCID of the secret containing truststore.jks file of the ATP wallet
- Url string
- public IP address and port to influx DB
- UserName string
- Username for connection to Influx
- VersionSpecific List<GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail> 
- Possible data sources
- WalletPassword stringSecret Id 
- wallet password Secret ID in String format
- AtpPassword stringSecret Id 
- atp db password Secret Id
- AtpUser stringName 
- atp db user name
- Bucket string
- Bucket Name for influx connection
- CwalletFile stringSecret Id 
- OCID of the secret containing the containers certificates of ATP wallet
- DataSource stringType 
- Data source type where actually data asset is being stored
- DatabaseName string
- DB Name for influx connection
- EwalletFile stringSecret Id 
- OCID of the secret containing the PDB'S certificates of ATP wallet
- KeyStore stringFile Secret Id 
- OCID of the secret containing Keystore.jks file of the ATP wallet
- MeasurementName string
- Measurement name for influx
- Namespace string
- Object storage namespace
- Object string
- File name
- OjdbcFile stringSecret Id 
- OCID of the secret that contains jdbc properties file of ATP wallet
- PasswordSecret stringId 
- Password Secret Id for the influx connection
- TableName string
- atp database table name
- TnsnamesFile stringSecret Id 
- OCID of the secret that contains the tnsnames file of ATP wallet
- TruststoreFile stringSecret Id 
- OCID of the secret containing truststore.jks file of the ATP wallet
- Url string
- public IP address and port to influx DB
- UserName string
- Username for connection to Influx
- VersionSpecific []GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail 
- Possible data sources
- WalletPassword stringSecret Id 
- wallet password Secret ID in String format
- atpPassword StringSecret Id 
- atp db password Secret Id
- atpUser StringName 
- atp db user name
- bucket String
- Bucket Name for influx connection
- cwalletFile StringSecret Id 
- OCID of the secret containing the containers certificates of ATP wallet
- dataSource StringType 
- Data source type where actually data asset is being stored
- databaseName String
- DB Name for influx connection
- ewalletFile StringSecret Id 
- OCID of the secret containing the PDB'S certificates of ATP wallet
- keyStore StringFile Secret Id 
- OCID of the secret containing Keystore.jks file of the ATP wallet
- measurementName String
- Measurement name for influx
- namespace String
- Object storage namespace
- object String
- File name
- ojdbcFile StringSecret Id 
- OCID of the secret that contains jdbc properties file of ATP wallet
- passwordSecret StringId 
- Password Secret Id for the influx connection
- tableName String
- atp database table name
- tnsnamesFile StringSecret Id 
- OCID of the secret that contains the tnsnames file of ATP wallet
- truststoreFile StringSecret Id 
- OCID of the secret containing truststore.jks file of the ATP wallet
- url String
- public IP address and port to influx DB
- userName String
- Username for connection to Influx
- versionSpecific List<GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail> 
- Possible data sources
- walletPassword StringSecret Id 
- wallet password Secret ID in String format
- atpPassword stringSecret Id 
- atp db password Secret Id
- atpUser stringName 
- atp db user name
- bucket string
- Bucket Name for influx connection
- cwalletFile stringSecret Id 
- OCID of the secret containing the containers certificates of ATP wallet
- dataSource stringType 
- Data source type where actually data asset is being stored
- databaseName string
- DB Name for influx connection
- ewalletFile stringSecret Id 
- OCID of the secret containing the PDB'S certificates of ATP wallet
- keyStore stringFile Secret Id 
- OCID of the secret containing Keystore.jks file of the ATP wallet
- measurementName string
- Measurement name for influx
- namespace string
- Object storage namespace
- object string
- File name
- ojdbcFile stringSecret Id 
- OCID of the secret that contains jdbc properties file of ATP wallet
- passwordSecret stringId 
- Password Secret Id for the influx connection
- tableName string
- atp database table name
- tnsnamesFile stringSecret Id 
- OCID of the secret that contains the tnsnames file of ATP wallet
- truststoreFile stringSecret Id 
- OCID of the secret containing truststore.jks file of the ATP wallet
- url string
- public IP address and port to influx DB
- userName string
- Username for connection to Influx
- versionSpecific GetDetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail[] 
- Possible data sources
- walletPassword stringSecret Id 
- wallet password Secret ID in String format
- atp_password_ strsecret_ id 
- atp db password Secret Id
- atp_user_ strname 
- atp db user name
- bucket str
- Bucket Name for influx connection
- cwallet_file_ strsecret_ id 
- OCID of the secret containing the containers certificates of ATP wallet
- data_source_ strtype 
- Data source type where actually data asset is being stored
- database_name str
- DB Name for influx connection
- ewallet_file_ strsecret_ id 
- OCID of the secret containing the PDB'S certificates of ATP wallet
- key_store_ strfile_ secret_ id 
- OCID of the secret containing Keystore.jks file of the ATP wallet
- measurement_name str
- Measurement name for influx
- namespace str
- Object storage namespace
- object str
- File name
- ojdbc_file_ strsecret_ id 
- OCID of the secret that contains jdbc properties file of ATP wallet
- password_secret_ strid 
- Password Secret Id for the influx connection
- table_name str
- atp database table name
- tnsnames_file_ strsecret_ id 
- OCID of the secret that contains the tnsnames file of ATP wallet
- truststore_file_ strsecret_ id 
- OCID of the secret containing truststore.jks file of the ATP wallet
- url str
- public IP address and port to influx DB
- user_name str
- Username for connection to Influx
- version_specific_ Sequence[Getdetails Detection Data Assets Data Asset Collection Item Data Source Detail Version Specific Detail] 
- Possible data sources
- wallet_password_ strsecret_ id 
- wallet password Secret ID in String format
- atpPassword StringSecret Id 
- atp db password Secret Id
- atpUser StringName 
- atp db user name
- bucket String
- Bucket Name for influx connection
- cwalletFile StringSecret Id 
- OCID of the secret containing the containers certificates of ATP wallet
- dataSource StringType 
- Data source type where actually data asset is being stored
- databaseName String
- DB Name for influx connection
- ewalletFile StringSecret Id 
- OCID of the secret containing the PDB'S certificates of ATP wallet
- keyStore StringFile Secret Id 
- OCID of the secret containing Keystore.jks file of the ATP wallet
- measurementName String
- Measurement name for influx
- namespace String
- Object storage namespace
- object String
- File name
- ojdbcFile StringSecret Id 
- OCID of the secret that contains jdbc properties file of ATP wallet
- passwordSecret StringId 
- Password Secret Id for the influx connection
- tableName String
- atp database table name
- tnsnamesFile StringSecret Id 
- OCID of the secret that contains the tnsnames file of ATP wallet
- truststoreFile StringSecret Id 
- OCID of the secret containing truststore.jks file of the ATP wallet
- url String
- public IP address and port to influx DB
- userName String
- Username for connection to Influx
- versionSpecific List<Property Map>Details 
- Possible data sources
- walletPassword StringSecret Id 
- wallet password Secret ID in String format
GetDetectionDataAssetsDataAssetCollectionItemDataSourceDetailVersionSpecificDetail             
- Bucket string
- Bucket Name for influx connection
- DatabaseName string
- DB Name for influx connection
- InfluxVersion string
- Data source type where actually data asset is being stored
- OrganizationName string
- Org name for the influx db
- RetentionPolicy stringName 
- retention policy is how long the bucket would last
- Bucket string
- Bucket Name for influx connection
- DatabaseName string
- DB Name for influx connection
- InfluxVersion string
- Data source type where actually data asset is being stored
- OrganizationName string
- Org name for the influx db
- RetentionPolicy stringName 
- retention policy is how long the bucket would last
- bucket String
- Bucket Name for influx connection
- databaseName String
- DB Name for influx connection
- influxVersion String
- Data source type where actually data asset is being stored
- organizationName String
- Org name for the influx db
- retentionPolicy StringName 
- retention policy is how long the bucket would last
- bucket string
- Bucket Name for influx connection
- databaseName string
- DB Name for influx connection
- influxVersion string
- Data source type where actually data asset is being stored
- organizationName string
- Org name for the influx db
- retentionPolicy stringName 
- retention policy is how long the bucket would last
- bucket str
- Bucket Name for influx connection
- database_name str
- DB Name for influx connection
- influx_version str
- Data source type where actually data asset is being stored
- organization_name str
- Org name for the influx db
- retention_policy_ strname 
- retention policy is how long the bucket would last
- bucket String
- Bucket Name for influx connection
- databaseName String
- DB Name for influx connection
- influxVersion String
- Data source type where actually data asset is being stored
- organizationName String
- Org name for the influx db
- retentionPolicy StringName 
- retention policy is how long the bucket would last
GetDetectionDataAssetsFilter    
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.