1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. CloudBridge
  5. getAssetSources
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.CloudBridge.getAssetSources

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides the list of Asset Sources in Oracle Cloud Infrastructure Cloud Bridge service.

    Returns a list of asset sources.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testAssetSources = oci.CloudBridge.getAssetSources({
        compartmentId: _var.compartment_id,
        assetSourceId: oci_cloud_bridge_asset_source.test_asset_source.id,
        displayName: _var.asset_source_display_name,
        state: _var.asset_source_state,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_asset_sources = oci.CloudBridge.get_asset_sources(compartment_id=var["compartment_id"],
        asset_source_id=oci_cloud_bridge_asset_source["test_asset_source"]["id"],
        display_name=var["asset_source_display_name"],
        state=var["asset_source_state"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/CloudBridge"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := CloudBridge.GetAssetSources(ctx, &cloudbridge.GetAssetSourcesArgs{
    			CompartmentId: _var.Compartment_id,
    			AssetSourceId: pulumi.StringRef(oci_cloud_bridge_asset_source.Test_asset_source.Id),
    			DisplayName:   pulumi.StringRef(_var.Asset_source_display_name),
    			State:         pulumi.StringRef(_var.Asset_source_state),
    		}, 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 testAssetSources = Oci.CloudBridge.GetAssetSources.Invoke(new()
        {
            CompartmentId = @var.Compartment_id,
            AssetSourceId = oci_cloud_bridge_asset_source.Test_asset_source.Id,
            DisplayName = @var.Asset_source_display_name,
            State = @var.Asset_source_state,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.CloudBridge.CloudBridgeFunctions;
    import com.pulumi.oci.CloudBridge.inputs.GetAssetSourcesArgs;
    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 testAssetSources = CloudBridgeFunctions.getAssetSources(GetAssetSourcesArgs.builder()
                .compartmentId(var_.compartment_id())
                .assetSourceId(oci_cloud_bridge_asset_source.test_asset_source().id())
                .displayName(var_.asset_source_display_name())
                .state(var_.asset_source_state())
                .build());
    
        }
    }
    
    variables:
      testAssetSources:
        fn::invoke:
          Function: oci:CloudBridge:getAssetSources
          Arguments:
            compartmentId: ${var.compartment_id}
            assetSourceId: ${oci_cloud_bridge_asset_source.test_asset_source.id}
            displayName: ${var.asset_source_display_name}
            state: ${var.asset_source_state}
    

    Using getAssetSources

    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 getAssetSources(args: GetAssetSourcesArgs, opts?: InvokeOptions): Promise<GetAssetSourcesResult>
    function getAssetSourcesOutput(args: GetAssetSourcesOutputArgs, opts?: InvokeOptions): Output<GetAssetSourcesResult>
    def get_asset_sources(asset_source_id: Optional[str] = None,
                          compartment_id: Optional[str] = None,
                          display_name: Optional[str] = None,
                          filters: Optional[Sequence[_cloudbridge.GetAssetSourcesFilter]] = None,
                          state: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetAssetSourcesResult
    def get_asset_sources_output(asset_source_id: Optional[pulumi.Input[str]] = None,
                          compartment_id: Optional[pulumi.Input[str]] = None,
                          display_name: Optional[pulumi.Input[str]] = None,
                          filters: Optional[pulumi.Input[Sequence[pulumi.Input[_cloudbridge.GetAssetSourcesFilterArgs]]]] = None,
                          state: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetAssetSourcesResult]
    func GetAssetSources(ctx *Context, args *GetAssetSourcesArgs, opts ...InvokeOption) (*GetAssetSourcesResult, error)
    func GetAssetSourcesOutput(ctx *Context, args *GetAssetSourcesOutputArgs, opts ...InvokeOption) GetAssetSourcesResultOutput

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

    public static class GetAssetSources 
    {
        public static Task<GetAssetSourcesResult> InvokeAsync(GetAssetSourcesArgs args, InvokeOptions? opts = null)
        public static Output<GetAssetSourcesResult> Invoke(GetAssetSourcesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAssetSourcesResult> getAssetSources(GetAssetSourcesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:CloudBridge/getAssetSources:getAssetSources
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    AssetSourceId string
    The OCID of the asset source.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetAssetSourcesFilter>
    State string
    The current state of the asset source.
    CompartmentId string
    The ID of the compartment in which to list resources.
    AssetSourceId string
    The OCID of the asset source.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetAssetSourcesFilter
    State string
    The current state of the asset source.
    compartmentId String
    The ID of the compartment in which to list resources.
    assetSourceId String
    The OCID of the asset source.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetAssetSourcesFilter>
    state String
    The current state of the asset source.
    compartmentId string
    The ID of the compartment in which to list resources.
    assetSourceId string
    The OCID of the asset source.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetAssetSourcesFilter[]
    state string
    The current state of the asset source.
    compartment_id str
    The ID of the compartment in which to list resources.
    asset_source_id str
    The OCID of the asset source.
    display_name str
    A filter to return only resources that match the entire display name given.
    filters Sequence[cloudbridge.GetAssetSourcesFilter]
    state str
    The current state of the asset source.
    compartmentId String
    The ID of the compartment in which to list resources.
    assetSourceId String
    The OCID of the asset source.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    state String
    The current state of the asset source.

    getAssetSources Result

    The following output properties are available:

    AssetSourceCollections List<GetAssetSourcesAssetSourceCollection>
    The list of asset_source_collection.
    CompartmentId string
    The OCID of the compartment for the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    AssetSourceId string
    DisplayName string
    A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
    Filters List<GetAssetSourcesFilter>
    State string
    The current state of the asset source.
    AssetSourceCollections []GetAssetSourcesAssetSourceCollection
    The list of asset_source_collection.
    CompartmentId string
    The OCID of the compartment for the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    AssetSourceId string
    DisplayName string
    A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
    Filters []GetAssetSourcesFilter
    State string
    The current state of the asset source.
    assetSourceCollections List<GetAssetSourcesAssetSourceCollection>
    The list of asset_source_collection.
    compartmentId String
    The OCID of the compartment for the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    assetSourceId String
    displayName String
    A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
    filters List<GetAssetSourcesFilter>
    state String
    The current state of the asset source.
    assetSourceCollections GetAssetSourcesAssetSourceCollection[]
    The list of asset_source_collection.
    compartmentId string
    The OCID of the compartment for the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    assetSourceId string
    displayName string
    A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
    filters GetAssetSourcesFilter[]
    state string
    The current state of the asset source.
    asset_source_collections Sequence[cloudbridge.GetAssetSourcesAssetSourceCollection]
    The list of asset_source_collection.
    compartment_id str
    The OCID of the compartment for the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    asset_source_id str
    display_name str
    A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
    filters Sequence[cloudbridge.GetAssetSourcesFilter]
    state str
    The current state of the asset source.
    assetSourceCollections List<Property Map>
    The list of asset_source_collection.
    compartmentId String
    The OCID of the compartment for the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    assetSourceId String
    displayName String
    A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
    filters List<Property Map>
    state String
    The current state of the asset source.

    Supporting Types

    GetAssetSourcesAssetSourceCollection

    GetAssetSourcesAssetSourceCollectionItem

    AreHistoricalMetricsCollected bool
    Flag indicating whether historical metrics are collected for assets, originating from this asset source.
    AreRealtimeMetricsCollected bool
    Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
    AssetsCompartmentId string
    The OCID of the compartment that is going to be used to create assets.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags Dictionary<string, object>
    The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DiscoveryCredentials List<GetAssetSourcesAssetSourceCollectionItemDiscoveryCredential>
    Credentials for an asset source.
    DiscoveryScheduleId string
    The OCID of an attached discovery schedule.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    EnvironmentId string
    The OCID of the environment.
    FreeformTags Dictionary<string, object>
    The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the resource.
    InventoryId string
    The OCID of the inventory that will contain created assets.
    LifecycleDetails string
    The detailed state of the asset source.
    ReplicationCredentials List<GetAssetSourcesAssetSourceCollectionItemReplicationCredential>
    Credentials for an asset source.
    State string
    The current state of the asset source.
    SystemTags Dictionary<string, object>
    The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
    TimeCreated string
    The time when the asset source was created in the RFC3339 format.
    TimeUpdated string
    The point in time that the asset source was last updated in the RFC3339 format.
    Type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    VcenterEndpoint string
    Endpoint for VMware asset discovery and replication in the form of https://<host>:<port>/sdk
    AreHistoricalMetricsCollected bool
    Flag indicating whether historical metrics are collected for assets, originating from this asset source.
    AreRealtimeMetricsCollected bool
    Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
    AssetsCompartmentId string
    The OCID of the compartment that is going to be used to create assets.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags map[string]interface{}
    The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DiscoveryCredentials []GetAssetSourcesAssetSourceCollectionItemDiscoveryCredential
    Credentials for an asset source.
    DiscoveryScheduleId string
    The OCID of an attached discovery schedule.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    EnvironmentId string
    The OCID of the environment.
    FreeformTags map[string]interface{}
    The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the resource.
    InventoryId string
    The OCID of the inventory that will contain created assets.
    LifecycleDetails string
    The detailed state of the asset source.
    ReplicationCredentials []GetAssetSourcesAssetSourceCollectionItemReplicationCredential
    Credentials for an asset source.
    State string
    The current state of the asset source.
    SystemTags map[string]interface{}
    The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
    TimeCreated string
    The time when the asset source was created in the RFC3339 format.
    TimeUpdated string
    The point in time that the asset source was last updated in the RFC3339 format.
    Type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    VcenterEndpoint string
    Endpoint for VMware asset discovery and replication in the form of https://<host>:<port>/sdk
    areHistoricalMetricsCollected Boolean
    Flag indicating whether historical metrics are collected for assets, originating from this asset source.
    areRealtimeMetricsCollected Boolean
    Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
    assetsCompartmentId String
    The OCID of the compartment that is going to be used to create assets.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<String,Object>
    The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    discoveryCredentials List<GetAssetSourcesAssetSourceCollectionItemDiscoveryCredential>
    Credentials for an asset source.
    discoveryScheduleId String
    The OCID of an attached discovery schedule.
    displayName String
    A filter to return only resources that match the entire display name given.
    environmentId String
    The OCID of the environment.
    freeformTags Map<String,Object>
    The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the resource.
    inventoryId String
    The OCID of the inventory that will contain created assets.
    lifecycleDetails String
    The detailed state of the asset source.
    replicationCredentials List<GetAssetSourcesAssetSourceCollectionItemReplicationCredential>
    Credentials for an asset source.
    state String
    The current state of the asset source.
    systemTags Map<String,Object>
    The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
    timeCreated String
    The time when the asset source was created in the RFC3339 format.
    timeUpdated String
    The point in time that the asset source was last updated in the RFC3339 format.
    type String
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    vcenterEndpoint String
    Endpoint for VMware asset discovery and replication in the form of https://<host>:<port>/sdk
    areHistoricalMetricsCollected boolean
    Flag indicating whether historical metrics are collected for assets, originating from this asset source.
    areRealtimeMetricsCollected boolean
    Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
    assetsCompartmentId string
    The OCID of the compartment that is going to be used to create assets.
    compartmentId string
    The ID of the compartment in which to list resources.
    definedTags {[key: string]: any}
    The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    discoveryCredentials GetAssetSourcesAssetSourceCollectionItemDiscoveryCredential[]
    Credentials for an asset source.
    discoveryScheduleId string
    The OCID of an attached discovery schedule.
    displayName string
    A filter to return only resources that match the entire display name given.
    environmentId string
    The OCID of the environment.
    freeformTags {[key: string]: any}
    The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the resource.
    inventoryId string
    The OCID of the inventory that will contain created assets.
    lifecycleDetails string
    The detailed state of the asset source.
    replicationCredentials GetAssetSourcesAssetSourceCollectionItemReplicationCredential[]
    Credentials for an asset source.
    state string
    The current state of the asset source.
    systemTags {[key: string]: any}
    The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
    timeCreated string
    The time when the asset source was created in the RFC3339 format.
    timeUpdated string
    The point in time that the asset source was last updated in the RFC3339 format.
    type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    vcenterEndpoint string
    Endpoint for VMware asset discovery and replication in the form of https://<host>:<port>/sdk
    are_historical_metrics_collected bool
    Flag indicating whether historical metrics are collected for assets, originating from this asset source.
    are_realtime_metrics_collected bool
    Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
    assets_compartment_id str
    The OCID of the compartment that is going to be used to create assets.
    compartment_id str
    The ID of the compartment in which to list resources.
    defined_tags Mapping[str, Any]
    The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    discovery_credentials Sequence[cloudbridge.GetAssetSourcesAssetSourceCollectionItemDiscoveryCredential]
    Credentials for an asset source.
    discovery_schedule_id str
    The OCID of an attached discovery schedule.
    display_name str
    A filter to return only resources that match the entire display name given.
    environment_id str
    The OCID of the environment.
    freeform_tags Mapping[str, Any]
    The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the resource.
    inventory_id str
    The OCID of the inventory that will contain created assets.
    lifecycle_details str
    The detailed state of the asset source.
    replication_credentials Sequence[cloudbridge.GetAssetSourcesAssetSourceCollectionItemReplicationCredential]
    Credentials for an asset source.
    state str
    The current state of the asset source.
    system_tags Mapping[str, Any]
    The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
    time_created str
    The time when the asset source was created in the RFC3339 format.
    time_updated str
    The point in time that the asset source was last updated in the RFC3339 format.
    type str
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    vcenter_endpoint str
    Endpoint for VMware asset discovery and replication in the form of https://<host>:<port>/sdk
    areHistoricalMetricsCollected Boolean
    Flag indicating whether historical metrics are collected for assets, originating from this asset source.
    areRealtimeMetricsCollected Boolean
    Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
    assetsCompartmentId String
    The OCID of the compartment that is going to be used to create assets.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<Any>
    The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    discoveryCredentials List<Property Map>
    Credentials for an asset source.
    discoveryScheduleId String
    The OCID of an attached discovery schedule.
    displayName String
    A filter to return only resources that match the entire display name given.
    environmentId String
    The OCID of the environment.
    freeformTags Map<Any>
    The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the resource.
    inventoryId String
    The OCID of the inventory that will contain created assets.
    lifecycleDetails String
    The detailed state of the asset source.
    replicationCredentials List<Property Map>
    Credentials for an asset source.
    state String
    The current state of the asset source.
    systemTags Map<Any>
    The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
    timeCreated String
    The time when the asset source was created in the RFC3339 format.
    timeUpdated String
    The point in time that the asset source was last updated in the RFC3339 format.
    type String
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    vcenterEndpoint String
    Endpoint for VMware asset discovery and replication in the form of https://<host>:<port>/sdk

    GetAssetSourcesAssetSourceCollectionItemDiscoveryCredential

    SecretId string
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    Type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    SecretId string
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    Type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    secretId String
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    type String
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    secretId string
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    secret_id str
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    type str
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    secretId String
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    type String
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.

    GetAssetSourcesAssetSourceCollectionItemReplicationCredential

    SecretId string
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    Type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    SecretId string
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    Type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    secretId String
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    type String
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    secretId string
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    type string
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    secret_id str
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    type str
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
    secretId String
    The OCID of the secret in a vault. If the the type of the credentials is BASIC, the secret must contain the username and password in JSON format, which is in the form of { "username": "", "password": "" }`.
    type String
    The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.

    GetAssetSourcesFilter

    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
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi