1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataIntegration
  5. getWorkspaceApplications
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.DataIntegration.getWorkspaceApplications

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

This data source provides the list of Workspace Applications in Oracle Cloud Infrastructure Data Integration service.

Retrieves a list of applications and provides options to filter the list.

Example Usage

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

const testWorkspaceApplications = oci.DataIntegration.getWorkspaceApplications({
    workspaceId: testWorkspace.id,
    fields: workspaceApplicationFields,
    identifiers: workspaceApplicationIdentifier,
    name: workspaceApplicationName,
    nameContains: workspaceApplicationNameContains,
});
Copy
import pulumi
import pulumi_oci as oci

test_workspace_applications = oci.DataIntegration.get_workspace_applications(workspace_id=test_workspace["id"],
    fields=workspace_application_fields,
    identifiers=workspace_application_identifier,
    name=workspace_application_name,
    name_contains=workspace_application_name_contains)
Copy
package main

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

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := dataintegration.GetWorkspaceApplications(ctx, &dataintegration.GetWorkspaceApplicationsArgs{
			WorkspaceId:  testWorkspace.Id,
			Fields:       workspaceApplicationFields,
			Identifiers:  workspaceApplicationIdentifier,
			Name:         pulumi.StringRef(workspaceApplicationName),
			NameContains: pulumi.StringRef(workspaceApplicationNameContains),
		}, 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 testWorkspaceApplications = Oci.DataIntegration.GetWorkspaceApplications.Invoke(new()
    {
        WorkspaceId = testWorkspace.Id,
        Fields = workspaceApplicationFields,
        Identifiers = workspaceApplicationIdentifier,
        Name = workspaceApplicationName,
        NameContains = workspaceApplicationNameContains,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataIntegration.DataIntegrationFunctions;
import com.pulumi.oci.DataIntegration.inputs.GetWorkspaceApplicationsArgs;
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 testWorkspaceApplications = DataIntegrationFunctions.getWorkspaceApplications(GetWorkspaceApplicationsArgs.builder()
            .workspaceId(testWorkspace.id())
            .fields(workspaceApplicationFields)
            .identifiers(workspaceApplicationIdentifier)
            .name(workspaceApplicationName)
            .nameContains(workspaceApplicationNameContains)
            .build());

    }
}
Copy
variables:
  testWorkspaceApplications:
    fn::invoke:
      function: oci:DataIntegration:getWorkspaceApplications
      arguments:
        workspaceId: ${testWorkspace.id}
        fields: ${workspaceApplicationFields}
        identifiers: ${workspaceApplicationIdentifier}
        name: ${workspaceApplicationName}
        nameContains: ${workspaceApplicationNameContains}
Copy

Using getWorkspaceApplications

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 getWorkspaceApplications(args: GetWorkspaceApplicationsArgs, opts?: InvokeOptions): Promise<GetWorkspaceApplicationsResult>
function getWorkspaceApplicationsOutput(args: GetWorkspaceApplicationsOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceApplicationsResult>
Copy
def get_workspace_applications(fields: Optional[Sequence[str]] = None,
                               filters: Optional[Sequence[_dataintegration.GetWorkspaceApplicationsFilter]] = None,
                               identifiers: Optional[Sequence[str]] = None,
                               name: Optional[str] = None,
                               name_contains: Optional[str] = None,
                               workspace_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetWorkspaceApplicationsResult
def get_workspace_applications_output(fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               filters: Optional[pulumi.Input[Sequence[pulumi.Input[_dataintegration.GetWorkspaceApplicationsFilterArgs]]]] = None,
                               identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               name_contains: Optional[pulumi.Input[str]] = None,
                               workspace_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceApplicationsResult]
Copy
func GetWorkspaceApplications(ctx *Context, args *GetWorkspaceApplicationsArgs, opts ...InvokeOption) (*GetWorkspaceApplicationsResult, error)
func GetWorkspaceApplicationsOutput(ctx *Context, args *GetWorkspaceApplicationsOutputArgs, opts ...InvokeOption) GetWorkspaceApplicationsResultOutput
Copy

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

public static class GetWorkspaceApplications 
{
    public static Task<GetWorkspaceApplicationsResult> InvokeAsync(GetWorkspaceApplicationsArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkspaceApplicationsResult> Invoke(GetWorkspaceApplicationsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWorkspaceApplicationsResult> getWorkspaceApplications(GetWorkspaceApplicationsArgs args, InvokeOptions options)
public static Output<GetWorkspaceApplicationsResult> getWorkspaceApplications(GetWorkspaceApplicationsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DataIntegration/getWorkspaceApplications:getWorkspaceApplications
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

WorkspaceId This property is required. string
The workspace ID.
Fields List<string>
Specifies the fields to get for an object.
Filters Changes to this property will trigger replacement. List<GetWorkspaceApplicationsFilter>
Identifiers List<string>
Used to filter by the identifier of the published object.
Name string
Used to filter by the name of the object.
NameContains string
This parameter can be used to filter objects by the names that match partially or fully with the given value.
WorkspaceId This property is required. string
The workspace ID.
Fields []string
Specifies the fields to get for an object.
Filters Changes to this property will trigger replacement. []GetWorkspaceApplicationsFilter
Identifiers []string
Used to filter by the identifier of the published object.
Name string
Used to filter by the name of the object.
NameContains string
This parameter can be used to filter objects by the names that match partially or fully with the given value.
workspaceId This property is required. String
The workspace ID.
fields List<String>
Specifies the fields to get for an object.
filters Changes to this property will trigger replacement. List<GetWorkspaceApplicationsFilter>
identifiers List<String>
Used to filter by the identifier of the published object.
name String
Used to filter by the name of the object.
nameContains String
This parameter can be used to filter objects by the names that match partially or fully with the given value.
workspaceId This property is required. string
The workspace ID.
fields string[]
Specifies the fields to get for an object.
filters Changes to this property will trigger replacement. GetWorkspaceApplicationsFilter[]
identifiers string[]
Used to filter by the identifier of the published object.
name string
Used to filter by the name of the object.
nameContains string
This parameter can be used to filter objects by the names that match partially or fully with the given value.
workspace_id This property is required. str
The workspace ID.
fields Sequence[str]
Specifies the fields to get for an object.
filters Changes to this property will trigger replacement. Sequence[dataintegration.GetWorkspaceApplicationsFilter]
identifiers Sequence[str]
Used to filter by the identifier of the published object.
name str
Used to filter by the name of the object.
name_contains str
This parameter can be used to filter objects by the names that match partially or fully with the given value.
workspaceId This property is required. String
The workspace ID.
fields List<String>
Specifies the fields to get for an object.
filters Changes to this property will trigger replacement. List<Property Map>
identifiers List<String>
Used to filter by the identifier of the published object.
name String
Used to filter by the name of the object.
nameContains String
This parameter can be used to filter objects by the names that match partially or fully with the given value.

getWorkspaceApplications Result

The following output properties are available:

ApplicationSummaryCollections List<GetWorkspaceApplicationsApplicationSummaryCollection>
The list of application_summary_collection.
Id string
The provider-assigned unique ID for this managed resource.
WorkspaceId string
The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
Fields List<string>
Filters List<GetWorkspaceApplicationsFilter>
Identifiers List<string>
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
NameContains string
ApplicationSummaryCollections []GetWorkspaceApplicationsApplicationSummaryCollection
The list of application_summary_collection.
Id string
The provider-assigned unique ID for this managed resource.
WorkspaceId string
The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
Fields []string
Filters []GetWorkspaceApplicationsFilter
Identifiers []string
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
NameContains string
applicationSummaryCollections List<GetWorkspaceApplicationsApplicationSummaryCollection>
The list of application_summary_collection.
id String
The provider-assigned unique ID for this managed resource.
workspaceId String
The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
fields List<String>
filters List<GetWorkspaceApplicationsFilter>
identifiers List<String>
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
nameContains String
applicationSummaryCollections GetWorkspaceApplicationsApplicationSummaryCollection[]
The list of application_summary_collection.
id string
The provider-assigned unique ID for this managed resource.
workspaceId string
The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
fields string[]
filters GetWorkspaceApplicationsFilter[]
identifiers string[]
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
nameContains string
application_summary_collections Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollection]
The list of application_summary_collection.
id str
The provider-assigned unique ID for this managed resource.
workspace_id str
The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
fields Sequence[str]
filters Sequence[dataintegration.GetWorkspaceApplicationsFilter]
identifiers Sequence[str]
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
name str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name_contains str
applicationSummaryCollections List<Property Map>
The list of application_summary_collection.
id String
The provider-assigned unique ID for this managed resource.
workspaceId String
The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
fields List<String>
filters List<Property Map>
identifiers List<String>
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
nameContains String

Supporting Types

GetWorkspaceApplicationsApplicationSummaryCollection

items This property is required. List<Property Map>

GetWorkspaceApplicationsApplicationSummaryCollectionItem

ApplicationVersion This property is required. int
The source application version of the application.
CompartmentId This property is required. string
OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
DefinedTags This property is required. Dictionary<string, string>
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
DependentObjectMetadatas This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadata>
A list of dependent objects in this patch.
Description This property is required. string
The description of the aggregator.
DisplayName This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
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
OCID of the resource that is used to uniquely identify the application
Identifier This property is required. string
Used to filter by the identifier of the published object.
Key This property is required. string
The key of the object.
KeyMap This property is required. Dictionary<string, string>
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
Metadatas This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadata>
A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType This property is required. string
The object type.
ModelVersion This property is required. string
The object's model version.
Name This property is required. string
Used to filter by the name of the object.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion This property is required. int
The object version.
ParentReves This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRef>
A reference to the object's parent.
PublishedObjectMetadatas This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadata>
A list of objects that are published or unpublished in this patch.
RegistryMetadatas This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadata>
SourceApplicationInfos This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfo>
The information about the application.
State This property is required. string
The current state of the workspace.
TimeCreated This property is required. string
The date and time the application was created, in the timestamp format defined by RFC3339.
TimePatched This property is required. string
The date and time the application was patched, in the timestamp format defined by RFC3339.
TimeUpdated This property is required. string
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
WorkspaceId This property is required. string
The workspace ID.
ApplicationVersion This property is required. int
The source application version of the application.
CompartmentId This property is required. string
OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
DefinedTags This property is required. map[string]string
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
DependentObjectMetadatas This property is required. []GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadata
A list of dependent objects in this patch.
Description This property is required. string
The description of the aggregator.
DisplayName This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
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
OCID of the resource that is used to uniquely identify the application
Identifier This property is required. string
Used to filter by the identifier of the published object.
Key This property is required. string
The key of the object.
KeyMap This property is required. map[string]string
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
Metadatas This property is required. []GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadata
A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType This property is required. string
The object type.
ModelVersion This property is required. string
The object's model version.
Name This property is required. string
Used to filter by the name of the object.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion This property is required. int
The object version.
ParentReves This property is required. []GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRef
A reference to the object's parent.
PublishedObjectMetadatas This property is required. []GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadata
A list of objects that are published or unpublished in this patch.
RegistryMetadatas This property is required. []GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadata
SourceApplicationInfos This property is required. []GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfo
The information about the application.
State This property is required. string
The current state of the workspace.
TimeCreated This property is required. string
The date and time the application was created, in the timestamp format defined by RFC3339.
TimePatched This property is required. string
The date and time the application was patched, in the timestamp format defined by RFC3339.
TimeUpdated This property is required. string
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
WorkspaceId This property is required. string
The workspace ID.
applicationVersion This property is required. Integer
The source application version of the application.
compartmentId This property is required. String
OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
definedTags This property is required. Map<String,String>
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
dependentObjectMetadatas This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadata>
A list of dependent objects in this patch.
description This property is required. String
The description of the aggregator.
displayName This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
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
OCID of the resource that is used to uniquely identify the application
identifier This property is required. String
Used to filter by the identifier of the published object.
key This property is required. String
The key of the object.
keyMap This property is required. Map<String,String>
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
metadatas This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadata>
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType This property is required. String
The object type.
modelVersion This property is required. String
The object's model version.
name This property is required. String
Used to filter by the name of the object.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion This property is required. Integer
The object version.
parentReves This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRef>
A reference to the object's parent.
publishedObjectMetadatas This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadata>
A list of objects that are published or unpublished in this patch.
registryMetadatas This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadata>
sourceApplicationInfos This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfo>
The information about the application.
state This property is required. String
The current state of the workspace.
timeCreated This property is required. String
The date and time the application was created, in the timestamp format defined by RFC3339.
timePatched This property is required. String
The date and time the application was patched, in the timestamp format defined by RFC3339.
timeUpdated This property is required. String
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
workspaceId This property is required. String
The workspace ID.
applicationVersion This property is required. number
The source application version of the application.
compartmentId This property is required. string
OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
definedTags This property is required. {[key: string]: string}
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
dependentObjectMetadatas This property is required. GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadata[]
A list of dependent objects in this patch.
description This property is required. string
The description of the aggregator.
displayName This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
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
OCID of the resource that is used to uniquely identify the application
identifier This property is required. string
Used to filter by the identifier of the published object.
key This property is required. string
The key of the object.
keyMap This property is required. {[key: string]: string}
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
metadatas This property is required. GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadata[]
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType This property is required. string
The object type.
modelVersion This property is required. string
The object's model version.
name This property is required. string
Used to filter by the name of the object.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion This property is required. number
The object version.
parentReves This property is required. GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRef[]
A reference to the object's parent.
publishedObjectMetadatas This property is required. GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadata[]
A list of objects that are published or unpublished in this patch.
registryMetadatas This property is required. GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadata[]
sourceApplicationInfos This property is required. GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfo[]
The information about the application.
state This property is required. string
The current state of the workspace.
timeCreated This property is required. string
The date and time the application was created, in the timestamp format defined by RFC3339.
timePatched This property is required. string
The date and time the application was patched, in the timestamp format defined by RFC3339.
timeUpdated This property is required. string
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
workspaceId This property is required. string
The workspace ID.
application_version This property is required. int
The source application version of the application.
compartment_id This property is required. str
OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
defined_tags This property is required. Mapping[str, str]
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
dependent_object_metadatas This property is required. Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadata]
A list of dependent objects in this patch.
description This property is required. str
The description of the aggregator.
display_name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
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
OCID of the resource that is used to uniquely identify the application
identifier This property is required. str
Used to filter by the identifier of the published object.
key This property is required. str
The key of the object.
key_map This property is required. Mapping[str, str]
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
metadatas This property is required. Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadata]
A summary type containing information about the object including its key, name and when/who created/updated it.
model_type This property is required. str
The object type.
model_version This property is required. str
The object's model version.
name This property is required. str
Used to filter by the name of the object.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
object_version This property is required. int
The object version.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRef]
A reference to the object's parent.
published_object_metadatas This property is required. Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadata]
A list of objects that are published or unpublished in this patch.
registry_metadatas This property is required. Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadata]
source_application_infos This property is required. Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfo]
The information about the application.
state This property is required. str
The current state of the workspace.
time_created This property is required. str
The date and time the application was created, in the timestamp format defined by RFC3339.
time_patched This property is required. str
The date and time the application was patched, in the timestamp format defined by RFC3339.
time_updated This property is required. str
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
workspace_id This property is required. str
The workspace ID.
applicationVersion This property is required. Number
The source application version of the application.
compartmentId This property is required. String
OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
definedTags This property is required. Map<String>
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
dependentObjectMetadatas This property is required. List<Property Map>
A list of dependent objects in this patch.
description This property is required. String
The description of the aggregator.
displayName This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
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
OCID of the resource that is used to uniquely identify the application
identifier This property is required. String
Used to filter by the identifier of the published object.
key This property is required. String
The key of the object.
keyMap This property is required. Map<String>
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
metadatas This property is required. List<Property Map>
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType This property is required. String
The object type.
modelVersion This property is required. String
The object's model version.
name This property is required. String
Used to filter by the name of the object.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion This property is required. Number
The object version.
parentReves This property is required. List<Property Map>
A reference to the object's parent.
publishedObjectMetadatas This property is required. List<Property Map>
A list of objects that are published or unpublished in this patch.
registryMetadatas This property is required. List<Property Map>
sourceApplicationInfos This property is required. List<Property Map>
The information about the application.
state This property is required. String
The current state of the workspace.
timeCreated This property is required. String
The date and time the application was created, in the timestamp format defined by RFC3339.
timePatched This property is required. String
The date and time the application was patched, in the timestamp format defined by RFC3339.
timeUpdated This property is required. String
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
workspaceId This property is required. String
The workspace ID.

GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadata

Action This property is required. string
The patch action indicating if object was created, updated, or deleted.
Identifier This property is required. string
Used to filter by the identifier of the published object.
Key This property is required. string
The key of the object.
Name This property is required. string
Used to filter by the name of the object.
NamePath This property is required. string
The fully qualified path of the published object, which would include its project and folder.
ObjectVersion This property is required. int
The object version.
Type This property is required. string
The type of the object in patch.
Action This property is required. string
The patch action indicating if object was created, updated, or deleted.
Identifier This property is required. string
Used to filter by the identifier of the published object.
Key This property is required. string
The key of the object.
Name This property is required. string
Used to filter by the name of the object.
NamePath This property is required. string
The fully qualified path of the published object, which would include its project and folder.
ObjectVersion This property is required. int
The object version.
Type This property is required. string
The type of the object in patch.
action This property is required. String
The patch action indicating if object was created, updated, or deleted.
identifier This property is required. String
Used to filter by the identifier of the published object.
key This property is required. String
The key of the object.
name This property is required. String
Used to filter by the name of the object.
namePath This property is required. String
The fully qualified path of the published object, which would include its project and folder.
objectVersion This property is required. Integer
The object version.
type This property is required. String
The type of the object in patch.
action This property is required. string
The patch action indicating if object was created, updated, or deleted.
identifier This property is required. string
Used to filter by the identifier of the published object.
key This property is required. string
The key of the object.
name This property is required. string
Used to filter by the name of the object.
namePath This property is required. string
The fully qualified path of the published object, which would include its project and folder.
objectVersion This property is required. number
The object version.
type This property is required. string
The type of the object in patch.
action This property is required. str
The patch action indicating if object was created, updated, or deleted.
identifier This property is required. str
Used to filter by the identifier of the published object.
key This property is required. str
The key of the object.
name This property is required. str
Used to filter by the name of the object.
name_path This property is required. str
The fully qualified path of the published object, which would include its project and folder.
object_version This property is required. int
The object version.
type This property is required. str
The type of the object in patch.
action This property is required. String
The patch action indicating if object was created, updated, or deleted.
identifier This property is required. String
Used to filter by the identifier of the published object.
key This property is required. String
The key of the object.
name This property is required. String
Used to filter by the name of the object.
namePath This property is required. String
The fully qualified path of the published object, which would include its project and folder.
objectVersion This property is required. Number
The object version.
type This property is required. String
The type of the object in patch.

GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadata

AggregatorKey This property is required. string
The owning object key for this object.
Aggregators This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregator>
A summary type containing information about the object's aggregator including its type, key, name and description.
CountStatistics This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatistic>
A count statistics.
CreatedBy This property is required. string
The user that created the object.
CreatedByName This property is required. string
The user that created the object.
IdentifierPath This property is required. string
The full path to identify this object.
InfoFields This property is required. Dictionary<string, string>
Information property fields.
IsFavorite This property is required. bool
Specifies whether this object is a favorite or not.
Labels This property is required. List<string>
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
RegistryVersion This property is required. int
The registry version of the object.
TimeCreated This property is required. string
The date and time the application was created, in the timestamp format defined by RFC3339.
TimeUpdated This property is required. string
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
UpdatedBy This property is required. string
The user that updated the object.
UpdatedByName This property is required. string
The user that updated the object.
AggregatorKey This property is required. string
The owning object key for this object.
Aggregators This property is required. []GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregator
A summary type containing information about the object's aggregator including its type, key, name and description.
CountStatistics This property is required. []GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatistic
A count statistics.
CreatedBy This property is required. string
The user that created the object.
CreatedByName This property is required. string
The user that created the object.
IdentifierPath This property is required. string
The full path to identify this object.
InfoFields This property is required. map[string]string
Information property fields.
IsFavorite This property is required. bool
Specifies whether this object is a favorite or not.
Labels This property is required. []string
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
RegistryVersion This property is required. int
The registry version of the object.
TimeCreated This property is required. string
The date and time the application was created, in the timestamp format defined by RFC3339.
TimeUpdated This property is required. string
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
UpdatedBy This property is required. string
The user that updated the object.
UpdatedByName This property is required. string
The user that updated the object.
aggregatorKey This property is required. String
The owning object key for this object.
aggregators This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregator>
A summary type containing information about the object's aggregator including its type, key, name and description.
countStatistics This property is required. List<GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatistic>
A count statistics.
createdBy This property is required. String
The user that created the object.
createdByName This property is required. String
The user that created the object.
identifierPath This property is required. String
The full path to identify this object.
infoFields This property is required. Map<String,String>
Information property fields.
isFavorite This property is required. Boolean
Specifies whether this object is a favorite or not.
labels This property is required. List<String>
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
registryVersion This property is required. Integer
The registry version of the object.
timeCreated This property is required. String
The date and time the application was created, in the timestamp format defined by RFC3339.
timeUpdated This property is required. String
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
updatedBy This property is required. String
The user that updated the object.
updatedByName This property is required. String
The user that updated the object.
aggregatorKey This property is required. string
The owning object key for this object.
aggregators This property is required. GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregator[]
A summary type containing information about the object's aggregator including its type, key, name and description.
countStatistics This property is required. GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatistic[]
A count statistics.
createdBy This property is required. string
The user that created the object.
createdByName This property is required. string
The user that created the object.
identifierPath This property is required. string
The full path to identify this object.
infoFields This property is required. {[key: string]: string}
Information property fields.
isFavorite This property is required. boolean
Specifies whether this object is a favorite or not.
labels This property is required. string[]
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
registryVersion This property is required. number
The registry version of the object.
timeCreated This property is required. string
The date and time the application was created, in the timestamp format defined by RFC3339.
timeUpdated This property is required. string
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
updatedBy This property is required. string
The user that updated the object.
updatedByName This property is required. string
The user that updated the object.
aggregator_key This property is required. str
The owning object key for this object.
aggregators This property is required. Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregator]
A summary type containing information about the object's aggregator including its type, key, name and description.
count_statistics This property is required. Sequence[dataintegration.GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatistic]
A count statistics.
created_by This property is required. str
The user that created the object.
created_by_name This property is required. str
The user that created the object.
identifier_path This property is required. str
The full path to identify this object.
info_fields This property is required. Mapping[str, str]
Information property fields.
is_favorite This property is required. bool
Specifies whether this object is a favorite or not.
labels This property is required. Sequence[str]
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
registry_version This property is required. int
The registry version of the object.
time_created This property is required. str
The date and time the application was created, in the timestamp format defined by RFC3339.
time_updated This property is required. str
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
updated_by This property is required. str
The user that updated the object.
updated_by_name This property is required. str
The user that updated the object.
aggregatorKey This property is required. String
The owning object key for this object.
aggregators This property is required. List<Property Map>
A summary type containing information about the object's aggregator including its type, key, name and description.
countStatistics This property is required. List<Property Map>
A count statistics.
createdBy This property is required. String
The user that created the object.
createdByName This property is required. String
The user that created the object.
identifierPath This property is required. String
The full path to identify this object.
infoFields This property is required. Map<String>
Information property fields.
isFavorite This property is required. Boolean
Specifies whether this object is a favorite or not.
labels This property is required. List<String>
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
registryVersion This property is required. Number
The registry version of the object.
timeCreated This property is required. String
The date and time the application was created, in the timestamp format defined by RFC3339.
timeUpdated This property is required. String
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
updatedBy This property is required. String
The user that updated the object.
updatedByName This property is required. String
The user that updated the object.

GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregator

Description This property is required. string
The description of the aggregator.
Identifier This property is required. string
Used to filter by the identifier of the published object.
Key This property is required. string
The key of the object.
Name This property is required. string
Used to filter by the name of the object.
Type This property is required. string
The type of the object in patch.
Description This property is required. string
The description of the aggregator.
Identifier This property is required. string
Used to filter by the identifier of the published object.
Key This property is required. string
The key of the object.
Name This property is required. string
Used to filter by the name of the object.
Type This property is required. string
The type of the object in patch.
description This property is required. String
The description of the aggregator.
identifier This property is required. String
Used to filter by the identifier of the published object.
key This property is required. String
The key of the object.
name This property is required. String
Used to filter by the name of the object.
type This property is required. String
The type of the object in patch.
description This property is required. string
The description of the aggregator.
identifier This property is required. string
Used to filter by the identifier of the published object.
key This property is required. string
The key of the object.
name This property is required. string
Used to filter by the name of the object.
type This property is required. string
The type of the object in patch.
description This property is required. str
The description of the aggregator.
identifier This property is required. str
Used to filter by the identifier of the published object.
key This property is required. str
The key of the object.
name This property is required. str
Used to filter by the name of the object.
type This property is required. str
The type of the object in patch.
description This property is required. String
The description of the aggregator.
identifier This property is required. String
Used to filter by the identifier of the published object.
key This property is required. String
The key of the object.
name This property is required. String
Used to filter by the name of the object.
type This property is required. String
The type of the object in patch.

GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatistic

objectTypeCountLists This property is required. List<Property Map>
The array of statistics.

GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatisticObjectTypeCountList

ObjectCount This property is required. string
The value for the count statistic object.
ObjectType This property is required. string
The type of object for the count statistic object.
ObjectCount This property is required. string
The value for the count statistic object.
ObjectType This property is required. string
The type of object for the count statistic object.
objectCount This property is required. String
The value for the count statistic object.
objectType This property is required. String
The type of object for the count statistic object.
objectCount This property is required. string
The value for the count statistic object.
objectType This property is required. string
The type of object for the count statistic object.
object_count This property is required. str
The value for the count statistic object.
object_type This property is required. str
The type of object for the count statistic object.
objectCount This property is required. String
The value for the count statistic object.
objectType This property is required. String
The type of object for the count statistic object.

GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadata

Action This property is required. string
The patch action indicating if object was created, updated, or deleted.
Identifier This property is required. string
Used to filter by the identifier of the published object.
Key This property is required. string
The key of the object.
Name This property is required. string
Used to filter by the name of the object.
NamePath This property is required. string
The fully qualified path of the published object, which would include its project and folder.
ObjectVersion This property is required. int
The object version.
Type This property is required. string
The type of the object in patch.
Action This property is required. string
The patch action indicating if object was created, updated, or deleted.
Identifier This property is required. string
Used to filter by the identifier of the published object.
Key This property is required. string
The key of the object.
Name This property is required. string
Used to filter by the name of the object.
NamePath This property is required. string
The fully qualified path of the published object, which would include its project and folder.
ObjectVersion This property is required. int
The object version.
Type This property is required. string
The type of the object in patch.
action This property is required. String
The patch action indicating if object was created, updated, or deleted.
identifier This property is required. String
Used to filter by the identifier of the published object.
key This property is required. String
The key of the object.
name This property is required. String
Used to filter by the name of the object.
namePath This property is required. String
The fully qualified path of the published object, which would include its project and folder.
objectVersion This property is required. Integer
The object version.
type This property is required. String
The type of the object in patch.
action This property is required. string
The patch action indicating if object was created, updated, or deleted.
identifier This property is required. string
Used to filter by the identifier of the published object.
key This property is required. string
The key of the object.
name This property is required. string
Used to filter by the name of the object.
namePath This property is required. string
The fully qualified path of the published object, which would include its project and folder.
objectVersion This property is required. number
The object version.
type This property is required. string
The type of the object in patch.
action This property is required. str
The patch action indicating if object was created, updated, or deleted.
identifier This property is required. str
Used to filter by the identifier of the published object.
key This property is required. str
The key of the object.
name This property is required. str
Used to filter by the name of the object.
name_path This property is required. str
The fully qualified path of the published object, which would include its project and folder.
object_version This property is required. int
The object version.
type This property is required. str
The type of the object in patch.
action This property is required. String
The patch action indicating if object was created, updated, or deleted.
identifier This property is required. String
Used to filter by the identifier of the published object.
key This property is required. String
The key of the object.
name This property is required. String
Used to filter by the name of the object.
namePath This property is required. String
The fully qualified path of the published object, which would include its project and folder.
objectVersion This property is required. Number
The object version.
type This property is required. String
The type of the object in patch.

GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadata

AggregatorKey This property is required. string
The owning object key for this object.
IsFavorite This property is required. bool
Specifies whether this object is a favorite or not.
Key This property is required. string
The key of the object.
Labels This property is required. List<string>
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
RegistryVersion This property is required. int
The registry version of the object.
AggregatorKey This property is required. string
The owning object key for this object.
IsFavorite This property is required. bool
Specifies whether this object is a favorite or not.
Key This property is required. string
The key of the object.
Labels This property is required. []string
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
RegistryVersion This property is required. int
The registry version of the object.
aggregatorKey This property is required. String
The owning object key for this object.
isFavorite This property is required. Boolean
Specifies whether this object is a favorite or not.
key This property is required. String
The key of the object.
labels This property is required. List<String>
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
registryVersion This property is required. Integer
The registry version of the object.
aggregatorKey This property is required. string
The owning object key for this object.
isFavorite This property is required. boolean
Specifies whether this object is a favorite or not.
key This property is required. string
The key of the object.
labels This property is required. string[]
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
registryVersion This property is required. number
The registry version of the object.
aggregator_key This property is required. str
The owning object key for this object.
is_favorite This property is required. bool
Specifies whether this object is a favorite or not.
key This property is required. str
The key of the object.
labels This property is required. Sequence[str]
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
registry_version This property is required. int
The registry version of the object.
aggregatorKey This property is required. String
The owning object key for this object.
isFavorite This property is required. Boolean
Specifies whether this object is a favorite or not.
key This property is required. String
The key of the object.
labels This property is required. List<String>
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
registryVersion This property is required. Number
The registry version of the object.

GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfo

ApplicationKey This property is required. string
The source application key to use when creating the application.
ApplicationVersion This property is required. string
The source application version of the application.
CopyType This property is required. string
LastPatchKey This property is required. string
The last patch key for the application.
WorkspaceId This property is required. string
The workspace ID.
ApplicationKey This property is required. string
The source application key to use when creating the application.
ApplicationVersion This property is required. string
The source application version of the application.
CopyType This property is required. string
LastPatchKey This property is required. string
The last patch key for the application.
WorkspaceId This property is required. string
The workspace ID.
applicationKey This property is required. String
The source application key to use when creating the application.
applicationVersion This property is required. String
The source application version of the application.
copyType This property is required. String
lastPatchKey This property is required. String
The last patch key for the application.
workspaceId This property is required. String
The workspace ID.
applicationKey This property is required. string
The source application key to use when creating the application.
applicationVersion This property is required. string
The source application version of the application.
copyType This property is required. string
lastPatchKey This property is required. string
The last patch key for the application.
workspaceId This property is required. string
The workspace ID.
application_key This property is required. str
The source application key to use when creating the application.
application_version This property is required. str
The source application version of the application.
copy_type This property is required. str
last_patch_key This property is required. str
The last patch key for the application.
workspace_id This property is required. str
The workspace ID.
applicationKey This property is required. String
The source application key to use when creating the application.
applicationVersion This property is required. String
The source application version of the application.
copyType This property is required. String
lastPatchKey This property is required. String
The last patch key for the application.
workspaceId This property is required. String
The workspace ID.

GetWorkspaceApplicationsFilter

Name This property is required. string
Used to filter by the name of the object.
Values This property is required. List<string>
Regex bool
Name This property is required. string
Used to filter by the name of the object.
Values This property is required. []string
Regex bool
name This property is required. String
Used to filter by the name of the object.
values This property is required. List<String>
regex Boolean
name This property is required. string
Used to filter by the name of the object.
values This property is required. string[]
regex boolean
name This property is required. str
Used to filter by the name of the object.
values This property is required. Sequence[str]
regex bool
name This property is required. String
Used to filter by the name of the object.
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.28.0 published on Thursday, Mar 27, 2025 by Pulumi