Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.DataIntegration.getWorkspaceApplications
Explore with Pulumi AI
This data source provides the list of Workspace Applications in Oracle Cloud Infrastructure Data Integration service.
Retrieves a list of applications and provides options to filter the list.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWorkspaceApplications = oci.DataIntegration.getWorkspaceApplications({
workspaceId: testWorkspace.id,
fields: workspaceApplicationFields,
identifiers: workspaceApplicationIdentifier,
name: workspaceApplicationName,
nameContains: workspaceApplicationNameContains,
});
import pulumi
import pulumi_oci as oci
test_workspace_applications = oci.DataIntegration.get_workspace_applications(workspace_id=test_workspace["id"],
fields=workspace_application_fields,
identifiers=workspace_application_identifier,
name=workspace_application_name,
name_contains=workspace_application_name_contains)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/dataintegration"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dataintegration.GetWorkspaceApplications(ctx, &dataintegration.GetWorkspaceApplicationsArgs{
WorkspaceId: testWorkspace.Id,
Fields: workspaceApplicationFields,
Identifiers: workspaceApplicationIdentifier,
Name: pulumi.StringRef(workspaceApplicationName),
NameContains: pulumi.StringRef(workspaceApplicationNameContains),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testWorkspaceApplications = Oci.DataIntegration.GetWorkspaceApplications.Invoke(new()
{
WorkspaceId = testWorkspace.Id,
Fields = workspaceApplicationFields,
Identifiers = workspaceApplicationIdentifier,
Name = workspaceApplicationName,
NameContains = workspaceApplicationNameContains,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataIntegration.DataIntegrationFunctions;
import com.pulumi.oci.DataIntegration.inputs.GetWorkspaceApplicationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testWorkspaceApplications = DataIntegrationFunctions.getWorkspaceApplications(GetWorkspaceApplicationsArgs.builder()
.workspaceId(testWorkspace.id())
.fields(workspaceApplicationFields)
.identifiers(workspaceApplicationIdentifier)
.name(workspaceApplicationName)
.nameContains(workspaceApplicationNameContains)
.build());
}
}
variables:
testWorkspaceApplications:
fn::invoke:
function: oci:DataIntegration:getWorkspaceApplications
arguments:
workspaceId: ${testWorkspace.id}
fields: ${workspaceApplicationFields}
identifiers: ${workspaceApplicationIdentifier}
name: ${workspaceApplicationName}
nameContains: ${workspaceApplicationNameContains}
Using getWorkspaceApplications
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkspaceApplications(args: GetWorkspaceApplicationsArgs, opts?: InvokeOptions): Promise<GetWorkspaceApplicationsResult>
function getWorkspaceApplicationsOutput(args: GetWorkspaceApplicationsOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceApplicationsResult>
def get_workspace_applications(fields: Optional[Sequence[str]] = None,
filters: Optional[Sequence[_dataintegration.GetWorkspaceApplicationsFilter]] = None,
identifiers: Optional[Sequence[str]] = None,
name: Optional[str] = None,
name_contains: Optional[str] = None,
workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceApplicationsResult
def get_workspace_applications_output(fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_dataintegration.GetWorkspaceApplicationsFilterArgs]]]] = None,
identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name: Optional[pulumi.Input[str]] = None,
name_contains: Optional[pulumi.Input[str]] = None,
workspace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceApplicationsResult]
func GetWorkspaceApplications(ctx *Context, args *GetWorkspaceApplicationsArgs, opts ...InvokeOption) (*GetWorkspaceApplicationsResult, error)
func GetWorkspaceApplicationsOutput(ctx *Context, args *GetWorkspaceApplicationsOutputArgs, opts ...InvokeOption) GetWorkspaceApplicationsResultOutput
> Note: This function is named GetWorkspaceApplications
in the Go SDK.
public static class GetWorkspaceApplications
{
public static Task<GetWorkspaceApplicationsResult> InvokeAsync(GetWorkspaceApplicationsArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceApplicationsResult> Invoke(GetWorkspaceApplicationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkspaceApplicationsResult> getWorkspaceApplications(GetWorkspaceApplicationsArgs args, InvokeOptions options)
public static Output<GetWorkspaceApplicationsResult> getWorkspaceApplications(GetWorkspaceApplicationsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataIntegration/getWorkspaceApplications:getWorkspaceApplications
arguments:
# arguments dictionary
The following arguments are supported:
- Workspace
Id This property is required. string - The workspace ID.
- Fields List<string>
- Specifies the fields to get for an object.
- Filters
Changes to this property will trigger replacement.
Workspace Applications Filter> - Identifiers List<string>
- Used to filter by the identifier of the published object.
- Name string
- Used to filter by the name of the object.
- Name
Contains string - This parameter can be used to filter objects by the names that match partially or fully with the given value.
- Workspace
Id This property is required. string - The workspace ID.
- Fields []string
- Specifies the fields to get for an object.
- Filters
Changes to this property will trigger replacement.
Workspace Applications Filter - Identifiers []string
- Used to filter by the identifier of the published object.
- Name string
- Used to filter by the name of the object.
- Name
Contains string - This parameter can be used to filter objects by the names that match partially or fully with the given value.
- workspace
Id This property is required. String - The workspace ID.
- fields List<String>
- Specifies the fields to get for an object.
- filters
Changes to this property will trigger replacement.
Workspace Applications Filter> - identifiers List<String>
- Used to filter by the identifier of the published object.
- name String
- Used to filter by the name of the object.
- name
Contains String - This parameter can be used to filter objects by the names that match partially or fully with the given value.
- workspace
Id This property is required. string - The workspace ID.
- fields string[]
- Specifies the fields to get for an object.
- filters
Changes to this property will trigger replacement.
Workspace Applications Filter[] - identifiers string[]
- Used to filter by the identifier of the published object.
- name string
- Used to filter by the name of the object.
- name
Contains string - This parameter can be used to filter objects by the names that match partially or fully with the given value.
- workspace_
id This property is required. str - The workspace ID.
- fields Sequence[str]
- Specifies the fields to get for an object.
- filters
Changes to this property will trigger replacement.
Get Workspace Applications Filter] - identifiers Sequence[str]
- Used to filter by the identifier of the published object.
- name str
- Used to filter by the name of the object.
- name_
contains str - This parameter can be used to filter objects by the names that match partially or fully with the given value.
- workspace
Id This property is required. String - The workspace ID.
- fields List<String>
- Specifies the fields to get for an object.
- filters
Changes to this property will trigger replacement.
- identifiers List<String>
- Used to filter by the identifier of the published object.
- name String
- Used to filter by the name of the object.
- name
Contains String - This parameter can be used to filter objects by the names that match partially or fully with the given value.
getWorkspaceApplications Result
The following output properties are available:
- Application
Summary List<GetCollections Workspace Applications Application Summary Collection> - The list of application_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Fields List<string>
- Filters
List<Get
Workspace Applications Filter> - Identifiers List<string>
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Name
Contains string
- Application
Summary []GetCollections Workspace Applications Application Summary Collection - The list of application_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Fields []string
- Filters
[]Get
Workspace Applications Filter - Identifiers []string
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Name
Contains string
- application
Summary List<GetCollections Workspace Applications Application Summary Collection> - The list of application_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- fields List<String>
- filters
List<Get
Workspace Applications Filter> - identifiers List<String>
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- name
Contains String
- application
Summary GetCollections Workspace Applications Application Summary Collection[] - The list of application_summary_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- fields string[]
- filters
Get
Workspace Applications Filter[] - identifiers string[]
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
- name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- name
Contains string
- application_
summary_ Sequence[dataintegration.collections Get Workspace Applications Application Summary Collection] - The list of application_summary_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- workspace_
id str - The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
- fields Sequence[str]
- filters
Sequence[dataintegration.
Get Workspace Applications Filter] - identifiers Sequence[str]
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
- name str
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- name_
contains str
- application
Summary List<Property Map>Collections - The list of application_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- fields List<String>
- filters List<Property Map>
- identifiers List<String>
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- name
Contains String
Supporting Types
GetWorkspaceApplicationsApplicationSummaryCollection
- Items
This property is required. List<GetWorkspace Applications Application Summary Collection Item>
- Items
This property is required. []GetWorkspace Applications Application Summary Collection Item
- items
This property is required. List<GetWorkspace Applications Application Summary Collection Item>
- items
This property is required. GetWorkspace Applications Application Summary Collection Item[]
- items
This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item]
- items
This property is required. List<Property Map>
GetWorkspaceApplicationsApplicationSummaryCollectionItem
- Application
Version This property is required. int - The source application version of the application.
- Compartment
Id This property is required. string - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
This property is required. Dictionary<string, string>- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- Dependent
Object Metadatas This property is required. List<GetWorkspace Applications Application Summary Collection Item Dependent Object Metadata> - A list of dependent objects in this patch.
- Description
This property is required. string - The description of the aggregator.
- Display
Name This property is required. string - Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
This property is required. Dictionary<string, string>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id
This property is required. string - OCID of the resource that is used to uniquely identify the application
- Identifier
This property is required. string - Used to filter by the identifier of the published object.
- Key
This property is required. string - The key of the object.
- Key
Map This property is required. Dictionary<string, string> - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- Metadatas
This property is required. List<GetWorkspace Applications Application Summary Collection Item Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type This property is required. string - The object type.
- Model
Version This property is required. string - The object's model version.
- Name
This property is required. string - Used to filter by the name of the object.
- Object
Status This property is required. int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version This property is required. int - The object version.
- Parent
Reves This property is required. List<GetWorkspace Applications Application Summary Collection Item Parent Ref> - A reference to the object's parent.
- Published
Object Metadatas This property is required. List<GetWorkspace Applications Application Summary Collection Item Published Object Metadata> - A list of objects that are published or unpublished in this patch.
- Registry
Metadatas This property is required. List<GetWorkspace Applications Application Summary Collection Item Registry Metadata> - Source
Application Infos This property is required. List<GetWorkspace Applications Application Summary Collection Item Source Application Info> - The information about the application.
- State
This property is required. string - The current state of the workspace.
- Time
Created This property is required. string - The date and time the application was created, in the timestamp format defined by RFC3339.
- Time
Patched This property is required. string - The date and time the application was patched, in the timestamp format defined by RFC3339.
- Time
Updated This property is required. string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- Workspace
Id This property is required. string - The workspace ID.
- Application
Version This property is required. int - The source application version of the application.
- Compartment
Id This property is required. string - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
This property is required. map[string]string- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- Dependent
Object Metadatas This property is required. []GetWorkspace Applications Application Summary Collection Item Dependent Object Metadata - A list of dependent objects in this patch.
- Description
This property is required. string - The description of the aggregator.
- Display
Name This property is required. string - Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
This property is required. map[string]string- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id
This property is required. string - OCID of the resource that is used to uniquely identify the application
- Identifier
This property is required. string - Used to filter by the identifier of the published object.
- Key
This property is required. string - The key of the object.
- Key
Map This property is required. map[string]string - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- Metadatas
This property is required. []GetWorkspace Applications Application Summary Collection Item Metadata - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type This property is required. string - The object type.
- Model
Version This property is required. string - The object's model version.
- Name
This property is required. string - Used to filter by the name of the object.
- Object
Status This property is required. int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version This property is required. int - The object version.
- Parent
Reves This property is required. []GetWorkspace Applications Application Summary Collection Item Parent Ref - A reference to the object's parent.
- Published
Object Metadatas This property is required. []GetWorkspace Applications Application Summary Collection Item Published Object Metadata - A list of objects that are published or unpublished in this patch.
- Registry
Metadatas This property is required. []GetWorkspace Applications Application Summary Collection Item Registry Metadata - Source
Application Infos This property is required. []GetWorkspace Applications Application Summary Collection Item Source Application Info - The information about the application.
- State
This property is required. string - The current state of the workspace.
- Time
Created This property is required. string - The date and time the application was created, in the timestamp format defined by RFC3339.
- Time
Patched This property is required. string - The date and time the application was patched, in the timestamp format defined by RFC3339.
- Time
Updated This property is required. string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- Workspace
Id This property is required. string - The workspace ID.
- application
Version This property is required. Integer - The source application version of the application.
- compartment
Id This property is required. String - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
This property is required. Map<String,String>- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- dependent
Object Metadatas This property is required. List<GetWorkspace Applications Application Summary Collection Item Dependent Object Metadata> - A list of dependent objects in this patch.
- description
This property is required. String - The description of the aggregator.
- display
Name This property is required. String - Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
This property is required. Map<String,String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. String - OCID of the resource that is used to uniquely identify the application
- identifier
This property is required. String - Used to filter by the identifier of the published object.
- key
This property is required. String - The key of the object.
- key
Map This property is required. Map<String,String> - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
This property is required. List<GetWorkspace Applications Application Summary Collection Item Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type This property is required. String - The object type.
- model
Version This property is required. String - The object's model version.
- name
This property is required. String - Used to filter by the name of the object.
- object
Status This property is required. Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version This property is required. Integer - The object version.
- parent
Reves This property is required. List<GetWorkspace Applications Application Summary Collection Item Parent Ref> - A reference to the object's parent.
- published
Object Metadatas This property is required. List<GetWorkspace Applications Application Summary Collection Item Published Object Metadata> - A list of objects that are published or unpublished in this patch.
- registry
Metadatas This property is required. List<GetWorkspace Applications Application Summary Collection Item Registry Metadata> - source
Application Infos This property is required. List<GetWorkspace Applications Application Summary Collection Item Source Application Info> - The information about the application.
- state
This property is required. String - The current state of the workspace.
- time
Created This property is required. String - The date and time the application was created, in the timestamp format defined by RFC3339.
- time
Patched This property is required. String - The date and time the application was patched, in the timestamp format defined by RFC3339.
- time
Updated This property is required. String - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- workspace
Id This property is required. String - The workspace ID.
- application
Version This property is required. number - The source application version of the application.
- compartment
Id This property is required. string - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
This property is required. {[key: string]: string}- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- dependent
Object Metadatas This property is required. GetWorkspace Applications Application Summary Collection Item Dependent Object Metadata[] - A list of dependent objects in this patch.
- description
This property is required. string - The description of the aggregator.
- display
Name This property is required. string - Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
This property is required. {[key: string]: string}- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. string - OCID of the resource that is used to uniquely identify the application
- identifier
This property is required. string - Used to filter by the identifier of the published object.
- key
This property is required. string - The key of the object.
- key
Map This property is required. {[key: string]: string} - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
This property is required. GetWorkspace Applications Application Summary Collection Item Metadata[] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type This property is required. string - The object type.
- model
Version This property is required. string - The object's model version.
- name
This property is required. string - Used to filter by the name of the object.
- object
Status This property is required. number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version This property is required. number - The object version.
- parent
Reves This property is required. GetWorkspace Applications Application Summary Collection Item Parent Ref[] - A reference to the object's parent.
- published
Object Metadatas This property is required. GetWorkspace Applications Application Summary Collection Item Published Object Metadata[] - A list of objects that are published or unpublished in this patch.
- registry
Metadatas This property is required. GetWorkspace Applications Application Summary Collection Item Registry Metadata[] - source
Application Infos This property is required. GetWorkspace Applications Application Summary Collection Item Source Application Info[] - The information about the application.
- state
This property is required. string - The current state of the workspace.
- time
Created This property is required. string - The date and time the application was created, in the timestamp format defined by RFC3339.
- time
Patched This property is required. string - The date and time the application was patched, in the timestamp format defined by RFC3339.
- time
Updated This property is required. string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- workspace
Id This property is required. string - The workspace ID.
- application_
version This property is required. int - The source application version of the application.
- compartment_
id This property is required. str - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
This property is required. Mapping[str, str]- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- dependent_
object_ metadatas This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Dependent Object Metadata] - A list of dependent objects in this patch.
- description
This property is required. str - The description of the aggregator.
- display_
name This property is required. str - Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
This property is required. Mapping[str, str]- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. str - OCID of the resource that is used to uniquely identify the application
- identifier
This property is required. str - Used to filter by the identifier of the published object.
- key
This property is required. str - The key of the object.
- key_
map This property is required. Mapping[str, str] - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Metadata] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type This property is required. str - The object type.
- model_
version This property is required. str - The object's model version.
- name
This property is required. str - Used to filter by the name of the object.
- object_
status This property is required. int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version This property is required. int - The object version.
- parent_
reves This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Parent Ref] - A reference to the object's parent.
- published_
object_ metadatas This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Published Object Metadata] - A list of objects that are published or unpublished in this patch.
- registry_
metadatas This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Registry Metadata] - source_
application_ infos This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Source Application Info] - The information about the application.
- state
This property is required. str - The current state of the workspace.
- time_
created This property is required. str - The date and time the application was created, in the timestamp format defined by RFC3339.
- time_
patched This property is required. str - The date and time the application was patched, in the timestamp format defined by RFC3339.
- time_
updated This property is required. str - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- workspace_
id This property is required. str - The workspace ID.
- application
Version This property is required. Number - The source application version of the application.
- compartment
Id This property is required. String - OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
This property is required. Map<String>- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- dependent
Object Metadatas This property is required. List<Property Map> - A list of dependent objects in this patch.
- description
This property is required. String - The description of the aggregator.
- display
Name This property is required. String - Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
This property is required. Map<String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. String - OCID of the resource that is used to uniquely identify the application
- identifier
This property is required. String - Used to filter by the identifier of the published object.
- key
This property is required. String - The key of the object.
- key
Map This property is required. Map<String> - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
This property is required. List<Property Map> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type This property is required. String - The object type.
- model
Version This property is required. String - The object's model version.
- name
This property is required. String - Used to filter by the name of the object.
- object
Status This property is required. Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version This property is required. Number - The object version.
- parent
Reves This property is required. List<Property Map> - A reference to the object's parent.
- published
Object Metadatas This property is required. List<Property Map> - A list of objects that are published or unpublished in this patch.
- registry
Metadatas This property is required. List<Property Map> - source
Application Infos This property is required. List<Property Map> - The information about the application.
- state
This property is required. String - The current state of the workspace.
- time
Created This property is required. String - The date and time the application was created, in the timestamp format defined by RFC3339.
- time
Patched This property is required. String - The date and time the application was patched, in the timestamp format defined by RFC3339.
- time
Updated This property is required. String - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- workspace
Id This property is required. String - The workspace ID.
GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadata
- Action
This property is required. string - The patch action indicating if object was created, updated, or deleted.
- Identifier
This property is required. string - Used to filter by the identifier of the published object.
- Key
This property is required. string - The key of the object.
- Name
This property is required. string - Used to filter by the name of the object.
- Name
Path This property is required. string - The fully qualified path of the published object, which would include its project and folder.
- Object
Version This property is required. int - The object version.
- Type
This property is required. string - The type of the object in patch.
- Action
This property is required. string - The patch action indicating if object was created, updated, or deleted.
- Identifier
This property is required. string - Used to filter by the identifier of the published object.
- Key
This property is required. string - The key of the object.
- Name
This property is required. string - Used to filter by the name of the object.
- Name
Path This property is required. string - The fully qualified path of the published object, which would include its project and folder.
- Object
Version This property is required. int - The object version.
- Type
This property is required. string - The type of the object in patch.
- action
This property is required. String - The patch action indicating if object was created, updated, or deleted.
- identifier
This property is required. String - Used to filter by the identifier of the published object.
- key
This property is required. String - The key of the object.
- name
This property is required. String - Used to filter by the name of the object.
- name
Path This property is required. String - The fully qualified path of the published object, which would include its project and folder.
- object
Version This property is required. Integer - The object version.
- type
This property is required. String - The type of the object in patch.
- action
This property is required. string - The patch action indicating if object was created, updated, or deleted.
- identifier
This property is required. string - Used to filter by the identifier of the published object.
- key
This property is required. string - The key of the object.
- name
This property is required. string - Used to filter by the name of the object.
- name
Path This property is required. string - The fully qualified path of the published object, which would include its project and folder.
- object
Version This property is required. number - The object version.
- type
This property is required. string - The type of the object in patch.
- action
This property is required. str - The patch action indicating if object was created, updated, or deleted.
- identifier
This property is required. str - Used to filter by the identifier of the published object.
- key
This property is required. str - The key of the object.
- name
This property is required. str - Used to filter by the name of the object.
- name_
path This property is required. str - The fully qualified path of the published object, which would include its project and folder.
- object_
version This property is required. int - The object version.
- type
This property is required. str - The type of the object in patch.
- action
This property is required. String - The patch action indicating if object was created, updated, or deleted.
- identifier
This property is required. String - Used to filter by the identifier of the published object.
- key
This property is required. String - The key of the object.
- name
This property is required. String - Used to filter by the name of the object.
- name
Path This property is required. String - The fully qualified path of the published object, which would include its project and folder.
- object
Version This property is required. Number - The object version.
- type
This property is required. String - The type of the object in patch.
GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadata
- Aggregator
Key This property is required. string - The owning object key for this object.
- Aggregators
This property is required. List<GetWorkspace Applications Application Summary Collection Item Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics This property is required. List<GetWorkspace Applications Application Summary Collection Item Metadata Count Statistic> - A count statistics.
- Created
By This property is required. string - The user that created the object.
- Created
By Name This property is required. string - The user that created the object.
- Identifier
Path This property is required. string - The full path to identify this object.
- Info
Fields This property is required. Dictionary<string, string> - Information property fields.
- Is
Favorite This property is required. bool - Specifies whether this object is a favorite or not.
- Labels
This property is required. List<string> - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version This property is required. int - The registry version of the object.
- Time
Created This property is required. string - The date and time the application was created, in the timestamp format defined by RFC3339.
- Time
Updated This property is required. string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- Updated
By This property is required. string - The user that updated the object.
- Updated
By Name This property is required. string - The user that updated the object.
- Aggregator
Key This property is required. string - The owning object key for this object.
- Aggregators
This property is required. []GetWorkspace Applications Application Summary Collection Item Metadata Aggregator - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics This property is required. []GetWorkspace Applications Application Summary Collection Item Metadata Count Statistic - A count statistics.
- Created
By This property is required. string - The user that created the object.
- Created
By Name This property is required. string - The user that created the object.
- Identifier
Path This property is required. string - The full path to identify this object.
- Info
Fields This property is required. map[string]string - Information property fields.
- Is
Favorite This property is required. bool - Specifies whether this object is a favorite or not.
- Labels
This property is required. []string - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version This property is required. int - The registry version of the object.
- Time
Created This property is required. string - The date and time the application was created, in the timestamp format defined by RFC3339.
- Time
Updated This property is required. string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- Updated
By This property is required. string - The user that updated the object.
- Updated
By Name This property is required. string - The user that updated the object.
- aggregator
Key This property is required. String - The owning object key for this object.
- aggregators
This property is required. List<GetWorkspace Applications Application Summary Collection Item Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics This property is required. List<GetWorkspace Applications Application Summary Collection Item Metadata Count Statistic> - A count statistics.
- created
By This property is required. String - The user that created the object.
- created
By Name This property is required. String - The user that created the object.
- identifier
Path This property is required. String - The full path to identify this object.
- info
Fields This property is required. Map<String,String> - Information property fields.
- is
Favorite This property is required. Boolean - Specifies whether this object is a favorite or not.
- labels
This property is required. List<String> - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version This property is required. Integer - The registry version of the object.
- time
Created This property is required. String - The date and time the application was created, in the timestamp format defined by RFC3339.
- time
Updated This property is required. String - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- updated
By This property is required. String - The user that updated the object.
- updated
By Name This property is required. String - The user that updated the object.
- aggregator
Key This property is required. string - The owning object key for this object.
- aggregators
This property is required. GetWorkspace Applications Application Summary Collection Item Metadata Aggregator[] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics This property is required. GetWorkspace Applications Application Summary Collection Item Metadata Count Statistic[] - A count statistics.
- created
By This property is required. string - The user that created the object.
- created
By Name This property is required. string - The user that created the object.
- identifier
Path This property is required. string - The full path to identify this object.
- info
Fields This property is required. {[key: string]: string} - Information property fields.
- is
Favorite This property is required. boolean - Specifies whether this object is a favorite or not.
- labels
This property is required. string[] - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version This property is required. number - The registry version of the object.
- time
Created This property is required. string - The date and time the application was created, in the timestamp format defined by RFC3339.
- time
Updated This property is required. string - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- updated
By This property is required. string - The user that updated the object.
- updated
By Name This property is required. string - The user that updated the object.
- aggregator_
key This property is required. str - The owning object key for this object.
- aggregators
This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Metadata Aggregator] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count_
statistics This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Metadata Count Statistic] - A count statistics.
- created_
by This property is required. str - The user that created the object.
- created_
by_ name This property is required. str - The user that created the object.
- identifier_
path This property is required. str - The full path to identify this object.
- info_
fields This property is required. Mapping[str, str] - Information property fields.
- is_
favorite This property is required. bool - Specifies whether this object is a favorite or not.
- labels
This property is required. Sequence[str] - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_
version This property is required. int - The registry version of the object.
- time_
created This property is required. str - The date and time the application was created, in the timestamp format defined by RFC3339.
- time_
updated This property is required. str - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- updated_
by This property is required. str - The user that updated the object.
- updated_
by_ name This property is required. str - The user that updated the object.
- aggregator
Key This property is required. String - The owning object key for this object.
- aggregators
This property is required. List<Property Map> - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics This property is required. List<Property Map> - A count statistics.
- created
By This property is required. String - The user that created the object.
- created
By Name This property is required. String - The user that created the object.
- identifier
Path This property is required. String - The full path to identify this object.
- info
Fields This property is required. Map<String> - Information property fields.
- is
Favorite This property is required. Boolean - Specifies whether this object is a favorite or not.
- labels
This property is required. List<String> - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version This property is required. Number - The registry version of the object.
- time
Created This property is required. String - The date and time the application was created, in the timestamp format defined by RFC3339.
- time
Updated This property is required. String - The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
- updated
By This property is required. String - The user that updated the object.
- updated
By Name This property is required. String - The user that updated the object.
GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregator
- Description
This property is required. string - The description of the aggregator.
- Identifier
This property is required. string - Used to filter by the identifier of the published object.
- Key
This property is required. string - The key of the object.
- Name
This property is required. string - Used to filter by the name of the object.
- Type
This property is required. string - The type of the object in patch.
- Description
This property is required. string - The description of the aggregator.
- Identifier
This property is required. string - Used to filter by the identifier of the published object.
- Key
This property is required. string - The key of the object.
- Name
This property is required. string - Used to filter by the name of the object.
- Type
This property is required. string - The type of the object in patch.
- description
This property is required. String - The description of the aggregator.
- identifier
This property is required. String - Used to filter by the identifier of the published object.
- key
This property is required. String - The key of the object.
- name
This property is required. String - Used to filter by the name of the object.
- type
This property is required. String - The type of the object in patch.
- description
This property is required. string - The description of the aggregator.
- identifier
This property is required. string - Used to filter by the identifier of the published object.
- key
This property is required. string - The key of the object.
- name
This property is required. string - Used to filter by the name of the object.
- type
This property is required. string - The type of the object in patch.
- description
This property is required. str - The description of the aggregator.
- identifier
This property is required. str - Used to filter by the identifier of the published object.
- key
This property is required. str - The key of the object.
- name
This property is required. str - Used to filter by the name of the object.
- type
This property is required. str - The type of the object in patch.
- description
This property is required. String - The description of the aggregator.
- identifier
This property is required. String - Used to filter by the identifier of the published object.
- key
This property is required. String - The key of the object.
- name
This property is required. String - Used to filter by the name of the object.
- type
This property is required. String - The type of the object in patch.
GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatistic
- Object
Type Count Lists This property is required. List<GetWorkspace Applications Application Summary Collection Item Metadata Count Statistic Object Type Count List> - The array of statistics.
- Object
Type Count Lists This property is required. []GetWorkspace Applications Application Summary Collection Item Metadata Count Statistic Object Type Count List - The array of statistics.
- object
Type Count Lists This property is required. List<GetWorkspace Applications Application Summary Collection Item Metadata Count Statistic Object Type Count List> - The array of statistics.
- object
Type Count Lists This property is required. GetWorkspace Applications Application Summary Collection Item Metadata Count Statistic Object Type Count List[] - The array of statistics.
- object_
type_ count_ lists This property is required. Sequence[dataintegration.Get Workspace Applications Application Summary Collection Item Metadata Count Statistic Object Type Count List] - The array of statistics.
- object
Type Count Lists This property is required. List<Property Map> - The array of statistics.
GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatisticObjectTypeCountList
- Object
Count This property is required. string - The value for the count statistic object.
- Object
Type This property is required. string - The type of object for the count statistic object.
- Object
Count This property is required. string - The value for the count statistic object.
- Object
Type This property is required. string - The type of object for the count statistic object.
- object
Count This property is required. String - The value for the count statistic object.
- object
Type This property is required. String - The type of object for the count statistic object.
- object
Count This property is required. string - The value for the count statistic object.
- object
Type This property is required. string - The type of object for the count statistic object.
- object_
count This property is required. str - The value for the count statistic object.
- object_
type This property is required. str - The type of object for the count statistic object.
- object
Count This property is required. String - The value for the count statistic object.
- object
Type This property is required. String - The type of object for the count statistic object.
GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRef
- parent
This property is required. str - Key of the parent object.
- root_
doc_ id This property is required. str - Key of the root document object.
GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadata
- Action
This property is required. string - The patch action indicating if object was created, updated, or deleted.
- Identifier
This property is required. string - Used to filter by the identifier of the published object.
- Key
This property is required. string - The key of the object.
- Name
This property is required. string - Used to filter by the name of the object.
- Name
Path This property is required. string - The fully qualified path of the published object, which would include its project and folder.
- Object
Version This property is required. int - The object version.
- Type
This property is required. string - The type of the object in patch.
- Action
This property is required. string - The patch action indicating if object was created, updated, or deleted.
- Identifier
This property is required. string - Used to filter by the identifier of the published object.
- Key
This property is required. string - The key of the object.
- Name
This property is required. string - Used to filter by the name of the object.
- Name
Path This property is required. string - The fully qualified path of the published object, which would include its project and folder.
- Object
Version This property is required. int - The object version.
- Type
This property is required. string - The type of the object in patch.
- action
This property is required. String - The patch action indicating if object was created, updated, or deleted.
- identifier
This property is required. String - Used to filter by the identifier of the published object.
- key
This property is required. String - The key of the object.
- name
This property is required. String - Used to filter by the name of the object.
- name
Path This property is required. String - The fully qualified path of the published object, which would include its project and folder.
- object
Version This property is required. Integer - The object version.
- type
This property is required. String - The type of the object in patch.
- action
This property is required. string - The patch action indicating if object was created, updated, or deleted.
- identifier
This property is required. string - Used to filter by the identifier of the published object.
- key
This property is required. string - The key of the object.
- name
This property is required. string - Used to filter by the name of the object.
- name
Path This property is required. string - The fully qualified path of the published object, which would include its project and folder.
- object
Version This property is required. number - The object version.
- type
This property is required. string - The type of the object in patch.
- action
This property is required. str - The patch action indicating if object was created, updated, or deleted.
- identifier
This property is required. str - Used to filter by the identifier of the published object.
- key
This property is required. str - The key of the object.
- name
This property is required. str - Used to filter by the name of the object.
- name_
path This property is required. str - The fully qualified path of the published object, which would include its project and folder.
- object_
version This property is required. int - The object version.
- type
This property is required. str - The type of the object in patch.
- action
This property is required. String - The patch action indicating if object was created, updated, or deleted.
- identifier
This property is required. String - Used to filter by the identifier of the published object.
- key
This property is required. String - The key of the object.
- name
This property is required. String - Used to filter by the name of the object.
- name
Path This property is required. String - The fully qualified path of the published object, which would include its project and folder.
- object
Version This property is required. Number - The object version.
- type
This property is required. String - The type of the object in patch.
GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadata
- Aggregator
Key This property is required. string - The owning object key for this object.
- Is
Favorite This property is required. bool - Specifies whether this object is a favorite or not.
- Key
This property is required. string - The key of the object.
- Labels
This property is required. List<string> - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version This property is required. int - The registry version of the object.
- Aggregator
Key This property is required. string - The owning object key for this object.
- Is
Favorite This property is required. bool - Specifies whether this object is a favorite or not.
- Key
This property is required. string - The key of the object.
- Labels
This property is required. []string - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version This property is required. int - The registry version of the object.
- aggregator
Key This property is required. String - The owning object key for this object.
- is
Favorite This property is required. Boolean - Specifies whether this object is a favorite or not.
- key
This property is required. String - The key of the object.
- labels
This property is required. List<String> - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version This property is required. Integer - The registry version of the object.
- aggregator
Key This property is required. string - The owning object key for this object.
- is
Favorite This property is required. boolean - Specifies whether this object is a favorite or not.
- key
This property is required. string - The key of the object.
- labels
This property is required. string[] - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version This property is required. number - The registry version of the object.
- aggregator_
key This property is required. str - The owning object key for this object.
- is_
favorite This property is required. bool - Specifies whether this object is a favorite or not.
- key
This property is required. str - The key of the object.
- labels
This property is required. Sequence[str] - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_
version This property is required. int - The registry version of the object.
- aggregator
Key This property is required. String - The owning object key for this object.
- is
Favorite This property is required. Boolean - Specifies whether this object is a favorite or not.
- key
This property is required. String - The key of the object.
- labels
This property is required. List<String> - Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version This property is required. Number - The registry version of the object.
GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfo
- Application
Key This property is required. string - The source application key to use when creating the application.
- Application
Version This property is required. string - The source application version of the application.
- Copy
Type This property is required. string - Last
Patch Key This property is required. string - The last patch key for the application.
- Workspace
Id This property is required. string - The workspace ID.
- Application
Key This property is required. string - The source application key to use when creating the application.
- Application
Version This property is required. string - The source application version of the application.
- Copy
Type This property is required. string - Last
Patch Key This property is required. string - The last patch key for the application.
- Workspace
Id This property is required. string - The workspace ID.
- application
Key This property is required. String - The source application key to use when creating the application.
- application
Version This property is required. String - The source application version of the application.
- copy
Type This property is required. String - last
Patch Key This property is required. String - The last patch key for the application.
- workspace
Id This property is required. String - The workspace ID.
- application
Key This property is required. string - The source application key to use when creating the application.
- application
Version This property is required. string - The source application version of the application.
- copy
Type This property is required. string - last
Patch Key This property is required. string - The last patch key for the application.
- workspace
Id This property is required. string - The workspace ID.
- application_
key This property is required. str - The source application key to use when creating the application.
- application_
version This property is required. str - The source application version of the application.
- copy_
type This property is required. str - last_
patch_ key This property is required. str - The last patch key for the application.
- workspace_
id This property is required. str - The workspace ID.
- application
Key This property is required. String - The source application key to use when creating the application.
- application
Version This property is required. String - The source application version of the application.
- copy
Type This property is required. String - last
Patch Key This property is required. String - The last patch key for the application.
- workspace
Id This property is required. String - The workspace ID.
GetWorkspaceApplicationsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.