Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DataIntegration.getWorkspaceApplication
Explore with Pulumi AI
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/v2/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 dictionaryThe following arguments are supported:
- Application
Key string - The application key.
 - Workspace
Id string - The workspace ID.
 
- Application
Key string - The application key.
 - Workspace
Id string - The workspace ID.
 
- application
Key String - The application key.
 - workspace
Id String - The workspace ID.
 
- application
Key string - The application key.
 - workspace
Id string - The workspace ID.
 
- application_
key str - The application key.
 - workspace_
id str - The workspace ID.
 
- application
Key String - The application key.
 - workspace
Id String - The workspace ID.
 
getWorkspaceApplication Result
The following output properties are available:
- Application
Key string - The source application key to use when creating the application.
 - Application
Version int - The source application version of the application.
 - Compartment
Id string - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
 - Dictionary<string, string>
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - Dependent
Object List<GetMetadatas Workspace Application Dependent Object Metadata>  - A list of dependent objects in this patch.
 - Description string
 - The description of the aggregator.
 - Display
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.
 - Dictionary<string, string>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - Id string
 - 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.
 - Key
Map 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
List<Get
Workspace Application Metadata>  - A summary type containing information about the object including its key, name and when/who created/updated it.
 - Model
Type string - The object type.
 - Model
Version 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.
 - 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 List<GetWorkspace Application Parent Ref>  - A reference to the object's parent.
 - Published
Object List<GetMetadatas Workspace Application Published Object Metadata>  - A list of objects that are published or unpublished in this patch.
 - Registry
Metadatas List<GetWorkspace Application Registry Metadata>  - Source
Application List<GetInfos Workspace Application Source Application Info>  - The information about the application.
 - State string
 - The current state of the workspace.
 - Time
Created string - The date and time the application was created, in the timestamp format defined by RFC3339.
 - Time
Patched string - The date and time the application was patched, in the timestamp format defined by RFC3339.
 - Time
Updated string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - Workspace
Id 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 string - The source application key to use when creating the application.
 - Application
Version int - The source application version of the application.
 - Compartment
Id string - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
 - map[string]string
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - Dependent
Object []GetMetadatas Workspace Application Dependent Object Metadata  - A list of dependent objects in this patch.
 - Description string
 - The description of the aggregator.
 - Display
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.
 - map[string]string
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - Id string
 - 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.
 - Key
Map 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
[]Get
Workspace Application Metadata  - A summary type containing information about the object including its key, name and when/who created/updated it.
 - Model
Type string - The object type.
 - Model
Version 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.
 - 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 []GetWorkspace Application Parent Ref  - A reference to the object's parent.
 - Published
Object []GetMetadatas Workspace Application Published Object Metadata  - A list of objects that are published or unpublished in this patch.
 - Registry
Metadatas []GetWorkspace Application Registry Metadata  - Source
Application []GetInfos Workspace Application Source Application Info  - The information about the application.
 - State string
 - The current state of the workspace.
 - Time
Created string - The date and time the application was created, in the timestamp format defined by RFC3339.
 - Time
Patched string - The date and time the application was patched, in the timestamp format defined by RFC3339.
 - Time
Updated string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - Workspace
Id 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 String - The source application key to use when creating the application.
 - application
Version Integer - The source application version of the application.
 - compartment
Id String - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
 - Map<String,String>
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - dependent
Object List<GetMetadatas Workspace Application Dependent Object Metadata>  - A list of dependent objects in this patch.
 - description String
 - The description of the aggregator.
 - display
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.
 - Map<String,String>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id String
 - 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.
 - key
Map 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
List<Get
Workspace Application Metadata>  - A summary type containing information about the object including its key, name and when/who created/updated it.
 - model
Type String - The object type.
 - model
Version 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.
 - object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
 - object
Version Integer - The object version.
 - parent
Reves List<GetWorkspace Application Parent Ref>  - A reference to the object's parent.
 - published
Object List<GetMetadatas Workspace Application Published Object Metadata>  - A list of objects that are published or unpublished in this patch.
 - registry
Metadatas List<GetWorkspace Application Registry Metadata>  - source
Application List<GetInfos Workspace Application Source Application Info>  - The information about the application.
 - state String
 - The current state of the workspace.
 - time
Created String - The date and time the application was created, in the timestamp format defined by RFC3339.
 - time
Patched String - The date and time the application was patched, in the timestamp format defined by RFC3339.
 - time
Updated String - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - workspace
Id 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 string - The source application key to use when creating the application.
 - application
Version number - The source application version of the application.
 - compartment
Id string - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
 - {[key: string]: string}
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - dependent
Object GetMetadatas Workspace Application Dependent Object Metadata[]  - A list of dependent objects in this patch.
 - description string
 - The description of the aggregator.
 - display
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.
 - {[key: string]: string}
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id string
 - 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.
 - key
Map {[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
Get
Workspace Application Metadata[]  - A summary type containing information about the object including its key, name and when/who created/updated it.
 - model
Type string - The object type.
 - model
Version 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.
 - object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
 - object
Version number - The object version.
 - parent
Reves GetWorkspace Application Parent Ref[]  - A reference to the object's parent.
 - published
Object GetMetadatas Workspace Application Published Object Metadata[]  - A list of objects that are published or unpublished in this patch.
 - registry
Metadatas GetWorkspace Application Registry Metadata[]  - source
Application GetInfos Workspace Application Source Application Info[]  - The information about the application.
 - state string
 - The current state of the workspace.
 - time
Created string - The date and time the application was created, in the timestamp format defined by RFC3339.
 - time
Patched string - The date and time the application was patched, in the timestamp format defined by RFC3339.
 - time
Updated string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - workspace
Id 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.
 - Mapping[str, str]
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - dependent_
object_ Sequence[dataintegration.metadatas Get Workspace Application Dependent Object Metadata]  - 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.
 - Mapping[str, str]
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id str
 - 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, str] - 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.
Get Workspace Application Metadata]  - 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.Get Workspace Application Parent Ref]  - A reference to the object's parent.
 - published_
object_ Sequence[dataintegration.metadatas Get Workspace Application Published Object Metadata]  - A list of objects that are published or unpublished in this patch.
 - registry_
metadatas Sequence[dataintegration.Get Workspace Application Registry Metadata]  - source_
application_ Sequence[dataintegration.infos Get Workspace Application Source Application Info]  - 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.
 
- application
Key String - The source application key to use when creating the application.
 - application
Version Number - The source application version of the application.
 - compartment
Id String - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
 - Map<String>
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - dependent
Object List<Property Map>Metadatas  - A list of dependent objects in this patch.
 - description String
 - The description of the aggregator.
 - display
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.
 - Map<String>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id String
 - 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.
 - key
Map 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 List<Property Map>
 - A summary type containing information about the object including its key, name and when/who created/updated it.
 - model
Type String - The object type.
 - model
Version 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.
 - object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
 - object
Version Number - The object version.
 - parent
Reves List<Property Map> - A reference to the object's parent.
 - published
Object List<Property Map>Metadatas  - A list of objects that are published or unpublished in this patch.
 - registry
Metadatas List<Property Map> - source
Application List<Property Map>Infos  - The information about the application.
 - state String
 - The current state of the workspace.
 - time
Created String - The date and time the application was created, in the timestamp format defined by RFC3339.
 - time
Patched String - The date and time the application was patched, in the timestamp format defined by RFC3339.
 - time
Updated String - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - workspace
Id 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.
 - Name
Path string - The fully qualified path of the published object, which would include its project and folder.
 - Object
Version 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.
 - Name
Path string - The fully qualified path of the published object, which would include its project and folder.
 - Object
Version 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.
 - name
Path String - The fully qualified path of the published object, which would include its project and folder.
 - object
Version 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.
 - name
Path string - The fully qualified path of the published object, which would include its project and folder.
 - object
Version 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.
 - name
Path String - The fully qualified path of the published object, which would include its project and folder.
 - object
Version Number - The object version.
 - type String
 - The type of the object in patch.
 
GetWorkspaceApplicationMetadata   
- Aggregator
Key string - The owning object key for this object.
 - Aggregators
List<Get
Workspace Application Metadata Aggregator>  - A summary type containing information about the object's aggregator including its type, key, name and description.
 - Count
Statistics List<GetWorkspace Application Metadata Count Statistic>  - A count statistics.
 - Created
By string - The user that created the object.
 - Created
By stringName  - The user that created the object.
 - Identifier
Path string - The full path to identify this object.
 - Info
Fields Dictionary<string, string> - Information property fields.
 - Is
Favorite 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.
 - Registry
Version int - The registry version of the object.
 - Time
Created string - The date and time the application was created, in the timestamp format defined by RFC3339.
 - Time
Updated string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - Updated
By string - The user that updated the object.
 - Updated
By stringName  - The user that updated the object.
 
- Aggregator
Key string - The owning object key for this object.
 - Aggregators
[]Get
Workspace Application Metadata Aggregator  - A summary type containing information about the object's aggregator including its type, key, name and description.
 - Count
Statistics []GetWorkspace Application Metadata Count Statistic  - A count statistics.
 - Created
By string - The user that created the object.
 - Created
By stringName  - The user that created the object.
 - Identifier
Path string - The full path to identify this object.
 - Info
Fields map[string]string - Information property fields.
 - Is
Favorite 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.
 - Registry
Version int - The registry version of the object.
 - Time
Created string - The date and time the application was created, in the timestamp format defined by RFC3339.
 - Time
Updated string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - Updated
By string - The user that updated the object.
 - Updated
By stringName  - The user that updated the object.
 
- aggregator
Key String - The owning object key for this object.
 - aggregators
List<Get
Workspace Application Metadata Aggregator>  - A summary type containing information about the object's aggregator including its type, key, name and description.
 - count
Statistics List<GetWorkspace Application Metadata Count Statistic>  - A count statistics.
 - created
By String - The user that created the object.
 - created
By StringName  - The user that created the object.
 - identifier
Path String - The full path to identify this object.
 - info
Fields Map<String,String> - Information property fields.
 - is
Favorite 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.
 - registry
Version Integer - The registry version of the object.
 - time
Created String - The date and time the application was created, in the timestamp format defined by RFC3339.
 - time
Updated String - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - updated
By String - The user that updated the object.
 - updated
By StringName  - The user that updated the object.
 
- aggregator
Key string - The owning object key for this object.
 - aggregators
Get
Workspace Application Metadata Aggregator[]  - A summary type containing information about the object's aggregator including its type, key, name and description.
 - count
Statistics GetWorkspace Application Metadata Count Statistic[]  - A count statistics.
 - created
By string - The user that created the object.
 - created
By stringName  - The user that created the object.
 - identifier
Path string - The full path to identify this object.
 - info
Fields {[key: string]: string} - Information property fields.
 - is
Favorite 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.
 - registry
Version number - The registry version of the object.
 - time
Created string - The date and time the application was created, in the timestamp format defined by RFC3339.
 - time
Updated string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - updated
By string - The user that updated the object.
 - updated
By stringName  - The user that updated the object.
 
- aggregator_
key str - The owning object key for this object.
 - aggregators
Sequence[dataintegration.
Get Workspace Application Metadata Aggregator]  - A summary type containing information about the object's aggregator including its type, key, name and description.
 - count_
statistics Sequence[dataintegration.Get Workspace Application Metadata Count Statistic]  - A count statistics.
 - created_
by str - The user that created the object.
 - created_
by_ strname  - The user that created the object.
 - identifier_
path str - The full path to identify this object.
 - info_
fields Mapping[str, str] - 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_ strname  - The user that updated the object.
 
- aggregator
Key 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.
 - count
Statistics List<Property Map> - A count statistics.
 - created
By String - The user that created the object.
 - created
By StringName  - The user that created the object.
 - identifier
Path String - The full path to identify this object.
 - info
Fields Map<String> - Information property fields.
 - is
Favorite 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.
 - registry
Version Number - The registry version of the object.
 - time
Created String - The date and time the application was created, in the timestamp format defined by RFC3339.
 - time
Updated String - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
 - updated
By String - The user that updated the object.
 - updated
By StringName  - 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     
- Object
Type List<GetCount Lists Workspace Application Metadata Count Statistic Object Type Count List>  - The array of statistics.
 
- Object
Type []GetCount Lists Workspace Application Metadata Count Statistic Object Type Count List  - The array of statistics.
 
- object
Type List<GetCount Lists Workspace Application Metadata Count Statistic Object Type Count List>  - The array of statistics.
 
- object
Type GetCount Lists Workspace Application Metadata Count Statistic Object Type Count List[]  - The array of statistics.
 
- object
Type List<Property Map>Count Lists  - The array of statistics.
 
GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountList         
- Object
Count string - The value for the count statistic object.
 - Object
Type string - The type of object for the count statistic object.
 
- Object
Count string - The value for the count statistic object.
 - Object
Type string - The type of object for the count statistic object.
 
- object
Count String - The value for the count statistic object.
 - object
Type String - The type of object for the count statistic object.
 
- object
Count string - The value for the count statistic object.
 - object
Type 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.
 
- object
Count String - The value for the count statistic object.
 - object
Type String - The type of object for the count statistic object.
 
GetWorkspaceApplicationParentRef    
- parent str
 - Key of the parent object.
 - root_
doc_ strid  - 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.
 - Name
Path string - The fully qualified path of the published object, which would include its project and folder.
 - Object
Version 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.
 - Name
Path string - The fully qualified path of the published object, which would include its project and folder.
 - Object
Version 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.
 - name
Path String - The fully qualified path of the published object, which would include its project and folder.
 - object
Version 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.
 - name
Path string - The fully qualified path of the published object, which would include its project and folder.
 - object
Version 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.
 - name
Path String - The fully qualified path of the published object, which would include its project and folder.
 - object
Version Number - The object version.
 - type String
 - The type of the object in patch.
 
GetWorkspaceApplicationRegistryMetadata    
- Aggregator
Key string - The owning object key for this object.
 - Is
Favorite 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.
 - Registry
Version int - The registry version of the object.
 
- Aggregator
Key string - The owning object key for this object.
 - Is
Favorite 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.
 - Registry
Version int - The registry version of the object.
 
- aggregator
Key String - The owning object key for this object.
 - is
Favorite 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.
 - registry
Version Integer - The registry version of the object.
 
- aggregator
Key string - The owning object key for this object.
 - is
Favorite 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.
 - registry
Version 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.
 
- aggregator
Key String - The owning object key for this object.
 - is
Favorite 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.
 - registry
Version Number - The registry version of the object.
 
GetWorkspaceApplicationSourceApplicationInfo     
- Application
Key string - The application key.
 - Application
Version string - The source application version of the application.
 - Copy
Type string - Last
Patch stringKey  - The last patch key for the application.
 - Workspace
Id string - The workspace ID.
 
- Application
Key string - The application key.
 - Application
Version string - The source application version of the application.
 - Copy
Type string - Last
Patch stringKey  - The last patch key for the application.
 - Workspace
Id string - The workspace ID.
 
- application
Key String - The application key.
 - application
Version String - The source application version of the application.
 - copy
Type String - last
Patch StringKey  - The last patch key for the application.
 - workspace
Id String - The workspace ID.
 
- application
Key string - The application key.
 - application
Version string - The source application version of the application.
 - copy
Type string - last
Patch stringKey  - The last patch key for the application.
 - workspace
Id 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_ strkey  - The last patch key for the application.
 - workspace_
id str - The workspace ID.
 
- application
Key String - The application key.
 - application
Version String - The source application version of the application.
 - copy
Type String - last
Patch StringKey  - The last patch key for the application.
 - workspace
Id String - The workspace ID.
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.