1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataIntegration
  5. getWorkspaceApplication
Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi

oci.DataIntegration.getWorkspaceApplication

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi

    This data source provides details about a specific Workspace Application resource in Oracle Cloud Infrastructure Data Integration service.

    Retrieves an application using the specified identifier.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testWorkspaceApplication = oci.DataIntegration.getWorkspaceApplication({
        applicationKey: workspaceApplicationApplicationKey,
        workspaceId: testWorkspace.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_workspace_application = oci.DataIntegration.get_workspace_application(application_key=workspace_application_application_key,
        workspace_id=test_workspace["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/DataIntegration"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := DataIntegration.GetWorkspaceApplication(ctx, &dataintegration.GetWorkspaceApplicationArgs{
    			ApplicationKey: workspaceApplicationApplicationKey,
    			WorkspaceId:    testWorkspace.Id,
    		}, 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 testWorkspaceApplication = Oci.DataIntegration.GetWorkspaceApplication.Invoke(new()
        {
            ApplicationKey = workspaceApplicationApplicationKey,
            WorkspaceId = testWorkspace.Id,
        });
    
    });
    
    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.GetWorkspaceApplicationArgs;
    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 testWorkspaceApplication = DataIntegrationFunctions.getWorkspaceApplication(GetWorkspaceApplicationArgs.builder()
                .applicationKey(workspaceApplicationApplicationKey)
                .workspaceId(testWorkspace.id())
                .build());
    
        }
    }
    
    variables:
      testWorkspaceApplication:
        fn::invoke:
          Function: oci:DataIntegration:getWorkspaceApplication
          Arguments:
            applicationKey: ${workspaceApplicationApplicationKey}
            workspaceId: ${testWorkspace.id}
    

    Using getWorkspaceApplication

    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 getWorkspaceApplication(args: GetWorkspaceApplicationArgs, opts?: InvokeOptions): Promise<GetWorkspaceApplicationResult>
    function getWorkspaceApplicationOutput(args: GetWorkspaceApplicationOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceApplicationResult>
    def get_workspace_application(application_key: Optional[str] = None,
                                  workspace_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetWorkspaceApplicationResult
    def get_workspace_application_output(application_key: Optional[pulumi.Input[str]] = None,
                                  workspace_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceApplicationResult]
    func GetWorkspaceApplication(ctx *Context, args *GetWorkspaceApplicationArgs, opts ...InvokeOption) (*GetWorkspaceApplicationResult, error)
    func GetWorkspaceApplicationOutput(ctx *Context, args *GetWorkspaceApplicationOutputArgs, opts ...InvokeOption) GetWorkspaceApplicationResultOutput

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

    public static class GetWorkspaceApplication 
    {
        public static Task<GetWorkspaceApplicationResult> InvokeAsync(GetWorkspaceApplicationArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkspaceApplicationResult> Invoke(GetWorkspaceApplicationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspaceApplicationResult> getWorkspaceApplication(GetWorkspaceApplicationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DataIntegration/getWorkspaceApplication:getWorkspaceApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationKey string
    The application key.
    WorkspaceId string
    The workspace ID.
    ApplicationKey string
    The application key.
    WorkspaceId string
    The workspace ID.
    applicationKey String
    The application key.
    workspaceId String
    The workspace ID.
    applicationKey string
    The application key.
    workspaceId string
    The workspace ID.
    application_key str
    The application key.
    workspace_id str
    The workspace ID.
    applicationKey String
    The application key.
    workspaceId String
    The workspace ID.

    getWorkspaceApplication Result

    The following output properties are available:

    ApplicationKey string
    The source application key to use when creating the application.
    ApplicationVersion int
    The source application version of the application.
    CompartmentId string
    OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
    DefinedTags Dictionary<string, object>
    Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
    DependentObjectMetadatas List<GetWorkspaceApplicationDependentObjectMetadata>
    A list of dependent objects in this patch.
    Description string
    The description of the aggregator.
    DisplayName 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 Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    OCID of the resource that is used to uniquely identify the application
    Identifier 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.
    Key string
    The key of the object.
    KeyMap Dictionary<string, object>
    A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
    Metadatas List<GetWorkspaceApplicationMetadata>
    A summary type containing information about the object including its key, name and when/who created/updated it.
    ModelType string
    The object type.
    ModelVersion string
    The object's model version.
    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.
    ObjectStatus int
    The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
    ObjectVersion int
    The object version.
    ParentReves List<GetWorkspaceApplicationParentRef>
    A reference to the object's parent.
    PublishedObjectMetadatas List<GetWorkspaceApplicationPublishedObjectMetadata>
    A list of objects that are published or unpublished in this patch.
    RegistryMetadatas List<GetWorkspaceApplicationRegistryMetadata>
    SourceApplicationInfos List<GetWorkspaceApplicationSourceApplicationInfo>
    The information about the application.
    State string
    The current state of the workspace.
    TimeCreated string
    The date and time the application was created, in the timestamp format defined by RFC3339.
    TimePatched string
    The date and time the application was patched, in the timestamp format defined by RFC3339.
    TimeUpdated string
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    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.
    ApplicationKey string
    The source application key to use when creating the application.
    ApplicationVersion int
    The source application version of the application.
    CompartmentId string
    OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
    DefinedTags map[string]interface{}
    Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
    DependentObjectMetadatas []GetWorkspaceApplicationDependentObjectMetadata
    A list of dependent objects in this patch.
    Description string
    The description of the aggregator.
    DisplayName 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 map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    OCID of the resource that is used to uniquely identify the application
    Identifier 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.
    Key string
    The key of the object.
    KeyMap map[string]interface{}
    A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
    Metadatas []GetWorkspaceApplicationMetadata
    A summary type containing information about the object including its key, name and when/who created/updated it.
    ModelType string
    The object type.
    ModelVersion string
    The object's model version.
    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.
    ObjectStatus int
    The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
    ObjectVersion int
    The object version.
    ParentReves []GetWorkspaceApplicationParentRef
    A reference to the object's parent.
    PublishedObjectMetadatas []GetWorkspaceApplicationPublishedObjectMetadata
    A list of objects that are published or unpublished in this patch.
    RegistryMetadatas []GetWorkspaceApplicationRegistryMetadata
    SourceApplicationInfos []GetWorkspaceApplicationSourceApplicationInfo
    The information about the application.
    State string
    The current state of the workspace.
    TimeCreated string
    The date and time the application was created, in the timestamp format defined by RFC3339.
    TimePatched string
    The date and time the application was patched, in the timestamp format defined by RFC3339.
    TimeUpdated string
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    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.
    applicationKey String
    The source application key to use when creating the application.
    applicationVersion Integer
    The source application version of the application.
    compartmentId String
    OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
    definedTags Map<String,Object>
    Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
    dependentObjectMetadatas List<GetWorkspaceApplicationDependentObjectMetadata>
    A list of dependent objects in this patch.
    description String
    The description of the aggregator.
    displayName 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 Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    OCID of the resource that is used to uniquely identify the application
    identifier 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.
    key String
    The key of the object.
    keyMap Map<String,Object>
    A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
    metadatas List<GetWorkspaceApplicationMetadata>
    A summary type containing information about the object including its key, name and when/who created/updated it.
    modelType String
    The object type.
    modelVersion String
    The object's model version.
    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.
    objectStatus Integer
    The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
    objectVersion Integer
    The object version.
    parentReves List<GetWorkspaceApplicationParentRef>
    A reference to the object's parent.
    publishedObjectMetadatas List<GetWorkspaceApplicationPublishedObjectMetadata>
    A list of objects that are published or unpublished in this patch.
    registryMetadatas List<GetWorkspaceApplicationRegistryMetadata>
    sourceApplicationInfos List<GetWorkspaceApplicationSourceApplicationInfo>
    The information about the application.
    state String
    The current state of the workspace.
    timeCreated String
    The date and time the application was created, in the timestamp format defined by RFC3339.
    timePatched String
    The date and time the application was patched, in the timestamp format defined by RFC3339.
    timeUpdated String
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    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.
    applicationKey string
    The source application key to use when creating the application.
    applicationVersion number
    The source application version of the application.
    compartmentId string
    OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
    definedTags {[key: string]: any}
    Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
    dependentObjectMetadatas GetWorkspaceApplicationDependentObjectMetadata[]
    A list of dependent objects in this patch.
    description string
    The description of the aggregator.
    displayName 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 {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    OCID of the resource that is used to uniquely identify the application
    identifier 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.
    key string
    The key of the object.
    keyMap {[key: string]: any}
    A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
    metadatas GetWorkspaceApplicationMetadata[]
    A summary type containing information about the object including its key, name and when/who created/updated it.
    modelType string
    The object type.
    modelVersion string
    The object's model version.
    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.
    objectStatus number
    The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
    objectVersion number
    The object version.
    parentReves GetWorkspaceApplicationParentRef[]
    A reference to the object's parent.
    publishedObjectMetadatas GetWorkspaceApplicationPublishedObjectMetadata[]
    A list of objects that are published or unpublished in this patch.
    registryMetadatas GetWorkspaceApplicationRegistryMetadata[]
    sourceApplicationInfos GetWorkspaceApplicationSourceApplicationInfo[]
    The information about the application.
    state string
    The current state of the workspace.
    timeCreated string
    The date and time the application was created, in the timestamp format defined by RFC3339.
    timePatched string
    The date and time the application was patched, in the timestamp format defined by RFC3339.
    timeUpdated string
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    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.
    application_key str
    The source application key to use when creating the application.
    application_version int
    The source application version of the application.
    compartment_id str
    OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
    defined_tags Mapping[str, Any]
    Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
    dependent_object_metadatas Sequence[dataintegration.GetWorkspaceApplicationDependentObjectMetadata]
    A list of dependent objects in this patch.
    description str
    The description of the aggregator.
    display_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.
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    OCID of the resource that is used to uniquely identify the application
    identifier 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.
    key str
    The key of the object.
    key_map Mapping[str, Any]
    A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
    metadatas Sequence[dataintegration.GetWorkspaceApplicationMetadata]
    A summary type containing information about the object including its key, name and when/who created/updated it.
    model_type str
    The object type.
    model_version str
    The object's model version.
    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.
    object_status int
    The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
    object_version int
    The object version.
    parent_reves Sequence[dataintegration.GetWorkspaceApplicationParentRef]
    A reference to the object's parent.
    published_object_metadatas Sequence[dataintegration.GetWorkspaceApplicationPublishedObjectMetadata]
    A list of objects that are published or unpublished in this patch.
    registry_metadatas Sequence[dataintegration.GetWorkspaceApplicationRegistryMetadata]
    source_application_infos Sequence[dataintegration.GetWorkspaceApplicationSourceApplicationInfo]
    The information about the application.
    state str
    The current state of the workspace.
    time_created str
    The date and time the application was created, in the timestamp format defined by RFC3339.
    time_patched str
    The date and time the application was patched, in the timestamp format defined by RFC3339.
    time_updated 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 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.
    applicationKey String
    The source application key to use when creating the application.
    applicationVersion Number
    The source application version of the application.
    compartmentId String
    OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
    definedTags Map<Any>
    Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
    dependentObjectMetadatas List<Property Map>
    A list of dependent objects in this patch.
    description String
    The description of the aggregator.
    displayName 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 Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    OCID of the resource that is used to uniquely identify the application
    identifier 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.
    key String
    The key of the object.
    keyMap Map<Any>
    A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
    metadatas List<Property Map>
    A summary type containing information about the object including its key, name and when/who created/updated it.
    modelType String
    The object type.
    modelVersion String
    The object's model version.
    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.
    objectStatus Number
    The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
    objectVersion Number
    The object version.
    parentReves List<Property Map>
    A reference to the object's parent.
    publishedObjectMetadatas List<Property Map>
    A list of objects that are published or unpublished in this patch.
    registryMetadatas List<Property Map>
    sourceApplicationInfos List<Property Map>
    The information about the application.
    state String
    The current state of the workspace.
    timeCreated String
    The date and time the application was created, in the timestamp format defined by RFC3339.
    timePatched String
    The date and time the application was patched, in the timestamp format defined by RFC3339.
    timeUpdated String
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    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.

    Supporting Types

    GetWorkspaceApplicationDependentObjectMetadata

    Action string
    The patch action indicating if object was created, updated, or deleted.
    Identifier 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.
    Key string
    The key of the object.
    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.
    NamePath string
    The fully qualified path of the published object, which would include its project and folder.
    ObjectVersion int
    The object version.
    Type string
    The type of the object in patch.
    Action string
    The patch action indicating if object was created, updated, or deleted.
    Identifier 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.
    Key string
    The key of the object.
    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.
    NamePath string
    The fully qualified path of the published object, which would include its project and folder.
    ObjectVersion int
    The object version.
    Type string
    The type of the object in patch.
    action String
    The patch action indicating if object was created, updated, or deleted.
    identifier 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.
    key String
    The key of the object.
    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.
    namePath String
    The fully qualified path of the published object, which would include its project and folder.
    objectVersion Integer
    The object version.
    type String
    The type of the object in patch.
    action string
    The patch action indicating if object was created, updated, or deleted.
    identifier 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.
    key string
    The key of the object.
    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.
    namePath string
    The fully qualified path of the published object, which would include its project and folder.
    objectVersion number
    The object version.
    type string
    The type of the object in patch.
    action str
    The patch action indicating if object was created, updated, or deleted.
    identifier 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.
    key str
    The key of the object.
    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_path str
    The fully qualified path of the published object, which would include its project and folder.
    object_version int
    The object version.
    type str
    The type of the object in patch.
    action String
    The patch action indicating if object was created, updated, or deleted.
    identifier 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.
    key String
    The key of the object.
    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.
    namePath String
    The fully qualified path of the published object, which would include its project and folder.
    objectVersion Number
    The object version.
    type String
    The type of the object in patch.

    GetWorkspaceApplicationMetadata

    AggregatorKey string
    The owning object key for this object.
    Aggregators List<GetWorkspaceApplicationMetadataAggregator>
    A summary type containing information about the object's aggregator including its type, key, name and description.
    CountStatistics List<GetWorkspaceApplicationMetadataCountStatistic>
    A count statistics.
    CreatedBy string
    The user that created the object.
    CreatedByName string
    The user that created the object.
    IdentifierPath string
    The full path to identify this object.
    InfoFields Dictionary<string, object>
    Information property fields.
    IsFavorite bool
    Specifies whether this object is a favorite or not.
    Labels 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 int
    The registry version of the object.
    TimeCreated string
    The date and time the application was created, in the timestamp format defined by RFC3339.
    TimeUpdated string
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    UpdatedBy string
    The user that updated the object.
    UpdatedByName string
    The user that updated the object.
    AggregatorKey string
    The owning object key for this object.
    Aggregators []GetWorkspaceApplicationMetadataAggregator
    A summary type containing information about the object's aggregator including its type, key, name and description.
    CountStatistics []GetWorkspaceApplicationMetadataCountStatistic
    A count statistics.
    CreatedBy string
    The user that created the object.
    CreatedByName string
    The user that created the object.
    IdentifierPath string
    The full path to identify this object.
    InfoFields map[string]interface{}
    Information property fields.
    IsFavorite bool
    Specifies whether this object is a favorite or not.
    Labels []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 int
    The registry version of the object.
    TimeCreated string
    The date and time the application was created, in the timestamp format defined by RFC3339.
    TimeUpdated string
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    UpdatedBy string
    The user that updated the object.
    UpdatedByName string
    The user that updated the object.
    aggregatorKey String
    The owning object key for this object.
    aggregators List<GetWorkspaceApplicationMetadataAggregator>
    A summary type containing information about the object's aggregator including its type, key, name and description.
    countStatistics List<GetWorkspaceApplicationMetadataCountStatistic>
    A count statistics.
    createdBy String
    The user that created the object.
    createdByName String
    The user that created the object.
    identifierPath String
    The full path to identify this object.
    infoFields Map<String,Object>
    Information property fields.
    isFavorite Boolean
    Specifies whether this object is a favorite or not.
    labels 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 Integer
    The registry version of the object.
    timeCreated String
    The date and time the application was created, in the timestamp format defined by RFC3339.
    timeUpdated String
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    updatedBy String
    The user that updated the object.
    updatedByName String
    The user that updated the object.
    aggregatorKey string
    The owning object key for this object.
    aggregators GetWorkspaceApplicationMetadataAggregator[]
    A summary type containing information about the object's aggregator including its type, key, name and description.
    countStatistics GetWorkspaceApplicationMetadataCountStatistic[]
    A count statistics.
    createdBy string
    The user that created the object.
    createdByName string
    The user that created the object.
    identifierPath string
    The full path to identify this object.
    infoFields {[key: string]: any}
    Information property fields.
    isFavorite boolean
    Specifies whether this object is a favorite or not.
    labels 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 number
    The registry version of the object.
    timeCreated string
    The date and time the application was created, in the timestamp format defined by RFC3339.
    timeUpdated string
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    updatedBy string
    The user that updated the object.
    updatedByName string
    The user that updated the object.
    aggregator_key str
    The owning object key for this object.
    aggregators Sequence[dataintegration.GetWorkspaceApplicationMetadataAggregator]
    A summary type containing information about the object's aggregator including its type, key, name and description.
    count_statistics Sequence[dataintegration.GetWorkspaceApplicationMetadataCountStatistic]
    A count statistics.
    created_by str
    The user that created the object.
    created_by_name str
    The user that created the object.
    identifier_path str
    The full path to identify this object.
    info_fields Mapping[str, Any]
    Information property fields.
    is_favorite bool
    Specifies whether this object is a favorite or not.
    labels 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 int
    The registry version of the object.
    time_created str
    The date and time the application was created, in the timestamp format defined by RFC3339.
    time_updated 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 str
    The user that updated the object.
    updated_by_name str
    The user that updated the object.
    aggregatorKey String
    The owning object key for this object.
    aggregators List<Property Map>
    A summary type containing information about the object's aggregator including its type, key, name and description.
    countStatistics List<Property Map>
    A count statistics.
    createdBy String
    The user that created the object.
    createdByName String
    The user that created the object.
    identifierPath String
    The full path to identify this object.
    infoFields Map<Any>
    Information property fields.
    isFavorite Boolean
    Specifies whether this object is a favorite or not.
    labels 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 Number
    The registry version of the object.
    timeCreated String
    The date and time the application was created, in the timestamp format defined by RFC3339.
    timeUpdated String
    The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
    updatedBy String
    The user that updated the object.
    updatedByName String
    The user that updated the object.

    GetWorkspaceApplicationMetadataAggregator

    Description string
    The description of the aggregator.
    Identifier 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.
    Key string
    The key of the object.
    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.
    Type string
    The type of the object in patch.
    Description string
    The description of the aggregator.
    Identifier 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.
    Key string
    The key of the object.
    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.
    Type string
    The type of the object in patch.
    description String
    The description of the aggregator.
    identifier 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.
    key String
    The key of the object.
    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.
    type String
    The type of the object in patch.
    description string
    The description of the aggregator.
    identifier 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.
    key string
    The key of the object.
    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.
    type string
    The type of the object in patch.
    description str
    The description of the aggregator.
    identifier 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.
    key str
    The key of the object.
    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.
    type str
    The type of the object in patch.
    description String
    The description of the aggregator.
    identifier 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.
    key String
    The key of the object.
    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.
    type String
    The type of the object in patch.

    GetWorkspaceApplicationMetadataCountStatistic

    GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountList

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

    GetWorkspaceApplicationParentRef

    Parent string
    Key of the parent object.
    RootDocId string
    Key of the root document object.
    Parent string
    Key of the parent object.
    RootDocId string
    Key of the root document object.
    parent String
    Key of the parent object.
    rootDocId String
    Key of the root document object.
    parent string
    Key of the parent object.
    rootDocId string
    Key of the root document object.
    parent str
    Key of the parent object.
    root_doc_id str
    Key of the root document object.
    parent String
    Key of the parent object.
    rootDocId String
    Key of the root document object.

    GetWorkspaceApplicationPublishedObjectMetadata

    Action string
    The patch action indicating if object was created, updated, or deleted.
    Identifier 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.
    Key string
    The key of the object.
    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.
    NamePath string
    The fully qualified path of the published object, which would include its project and folder.
    ObjectVersion int
    The object version.
    Type string
    The type of the object in patch.
    Action string
    The patch action indicating if object was created, updated, or deleted.
    Identifier 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.
    Key string
    The key of the object.
    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.
    NamePath string
    The fully qualified path of the published object, which would include its project and folder.
    ObjectVersion int
    The object version.
    Type string
    The type of the object in patch.
    action String
    The patch action indicating if object was created, updated, or deleted.
    identifier 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.
    key String
    The key of the object.
    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.
    namePath String
    The fully qualified path of the published object, which would include its project and folder.
    objectVersion Integer
    The object version.
    type String
    The type of the object in patch.
    action string
    The patch action indicating if object was created, updated, or deleted.
    identifier 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.
    key string
    The key of the object.
    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.
    namePath string
    The fully qualified path of the published object, which would include its project and folder.
    objectVersion number
    The object version.
    type string
    The type of the object in patch.
    action str
    The patch action indicating if object was created, updated, or deleted.
    identifier 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.
    key str
    The key of the object.
    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_path str
    The fully qualified path of the published object, which would include its project and folder.
    object_version int
    The object version.
    type str
    The type of the object in patch.
    action String
    The patch action indicating if object was created, updated, or deleted.
    identifier 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.
    key String
    The key of the object.
    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.
    namePath String
    The fully qualified path of the published object, which would include its project and folder.
    objectVersion Number
    The object version.
    type String
    The type of the object in patch.

    GetWorkspaceApplicationRegistryMetadata

    AggregatorKey string
    The owning object key for this object.
    IsFavorite bool
    Specifies whether this object is a favorite or not.
    Key string
    The key of the object.
    Labels 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 int
    The registry version of the object.
    AggregatorKey string
    The owning object key for this object.
    IsFavorite bool
    Specifies whether this object is a favorite or not.
    Key string
    The key of the object.
    Labels []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 int
    The registry version of the object.
    aggregatorKey String
    The owning object key for this object.
    isFavorite Boolean
    Specifies whether this object is a favorite or not.
    key String
    The key of the object.
    labels 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 Integer
    The registry version of the object.
    aggregatorKey string
    The owning object key for this object.
    isFavorite boolean
    Specifies whether this object is a favorite or not.
    key string
    The key of the object.
    labels 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 number
    The registry version of the object.
    aggregator_key str
    The owning object key for this object.
    is_favorite bool
    Specifies whether this object is a favorite or not.
    key str
    The key of the object.
    labels 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 int
    The registry version of the object.
    aggregatorKey String
    The owning object key for this object.
    isFavorite Boolean
    Specifies whether this object is a favorite or not.
    key String
    The key of the object.
    labels 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 Number
    The registry version of the object.

    GetWorkspaceApplicationSourceApplicationInfo

    ApplicationKey string
    The application key.
    ApplicationVersion string
    The source application version of the application.
    CopyType string
    LastPatchKey string
    The last patch key for the application.
    WorkspaceId string
    The workspace ID.
    ApplicationKey string
    The application key.
    ApplicationVersion string
    The source application version of the application.
    CopyType string
    LastPatchKey string
    The last patch key for the application.
    WorkspaceId string
    The workspace ID.
    applicationKey String
    The application key.
    applicationVersion String
    The source application version of the application.
    copyType String
    lastPatchKey String
    The last patch key for the application.
    workspaceId String
    The workspace ID.
    applicationKey string
    The application key.
    applicationVersion string
    The source application version of the application.
    copyType string
    lastPatchKey string
    The last patch key for the application.
    workspaceId string
    The workspace ID.
    application_key str
    The application key.
    application_version str
    The source application version of the application.
    copy_type str
    last_patch_key str
    The last patch key for the application.
    workspace_id str
    The workspace ID.
    applicationKey String
    The application key.
    applicationVersion String
    The source application version of the application.
    copyType String
    lastPatchKey String
    The last patch key for the application.
    workspaceId String
    The workspace ID.

    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.34.0 published on Friday, May 3, 2024 by Pulumi