Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.DataIntegration.getWorkspaceProjects
Explore with Pulumi AI
This data source provides the list of Workspace Projects in Oracle Cloud Infrastructure Data Integration service.
Retrieves a lists of projects in a workspace and provides options to filter the list.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWorkspaceProjects = oci.DataIntegration.getWorkspaceProjects({
workspaceId: testWorkspace.id,
fields: workspaceProjectFields,
identifiers: workspaceProjectIdentifier,
name: workspaceProjectName,
nameContains: workspaceProjectNameContains,
});
import pulumi
import pulumi_oci as oci
test_workspace_projects = oci.DataIntegration.get_workspace_projects(workspace_id=test_workspace["id"],
fields=workspace_project_fields,
identifiers=workspace_project_identifier,
name=workspace_project_name,
name_contains=workspace_project_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.GetWorkspaceProjects(ctx, &dataintegration.GetWorkspaceProjectsArgs{
WorkspaceId: testWorkspace.Id,
Fields: workspaceProjectFields,
Identifiers: workspaceProjectIdentifier,
Name: pulumi.StringRef(workspaceProjectName),
NameContains: pulumi.StringRef(workspaceProjectNameContains),
}, 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 testWorkspaceProjects = Oci.DataIntegration.GetWorkspaceProjects.Invoke(new()
{
WorkspaceId = testWorkspace.Id,
Fields = workspaceProjectFields,
Identifiers = workspaceProjectIdentifier,
Name = workspaceProjectName,
NameContains = workspaceProjectNameContains,
});
});
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.GetWorkspaceProjectsArgs;
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 testWorkspaceProjects = DataIntegrationFunctions.getWorkspaceProjects(GetWorkspaceProjectsArgs.builder()
.workspaceId(testWorkspace.id())
.fields(workspaceProjectFields)
.identifiers(workspaceProjectIdentifier)
.name(workspaceProjectName)
.nameContains(workspaceProjectNameContains)
.build());
}
}
variables:
testWorkspaceProjects:
fn::invoke:
function: oci:DataIntegration:getWorkspaceProjects
arguments:
workspaceId: ${testWorkspace.id}
fields: ${workspaceProjectFields}
identifiers: ${workspaceProjectIdentifier}
name: ${workspaceProjectName}
nameContains: ${workspaceProjectNameContains}
Using getWorkspaceProjects
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 getWorkspaceProjects(args: GetWorkspaceProjectsArgs, opts?: InvokeOptions): Promise<GetWorkspaceProjectsResult>
function getWorkspaceProjectsOutput(args: GetWorkspaceProjectsOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceProjectsResult>
def get_workspace_projects(fields: Optional[Sequence[str]] = None,
filters: Optional[Sequence[_dataintegration.GetWorkspaceProjectsFilter]] = None,
identifiers: Optional[Sequence[str]] = None,
name: Optional[str] = None,
name_contains: Optional[str] = None,
workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceProjectsResult
def get_workspace_projects_output(fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_dataintegration.GetWorkspaceProjectsFilterArgs]]]] = 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[GetWorkspaceProjectsResult]
func GetWorkspaceProjects(ctx *Context, args *GetWorkspaceProjectsArgs, opts ...InvokeOption) (*GetWorkspaceProjectsResult, error)
func GetWorkspaceProjectsOutput(ctx *Context, args *GetWorkspaceProjectsOutputArgs, opts ...InvokeOption) GetWorkspaceProjectsResultOutput
> Note: This function is named GetWorkspaceProjects
in the Go SDK.
public static class GetWorkspaceProjects
{
public static Task<GetWorkspaceProjectsResult> InvokeAsync(GetWorkspaceProjectsArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceProjectsResult> Invoke(GetWorkspaceProjectsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkspaceProjectsResult> getWorkspaceProjects(GetWorkspaceProjectsArgs args, InvokeOptions options)
public static Output<GetWorkspaceProjectsResult> getWorkspaceProjects(GetWorkspaceProjectsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataIntegration/getWorkspaceProjects:getWorkspaceProjects
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 Projects Filter> - Identifiers List<string>
- Used to filter by the identifier of the 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 Projects Filter - Identifiers []string
- Used to filter by the identifier of the 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 Projects Filter> - identifiers List<String>
- Used to filter by the identifier of the 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 Projects Filter[] - identifiers string[]
- Used to filter by the identifier of the 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 Projects Filter] - identifiers Sequence[str]
- Used to filter by the identifier of the 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 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.
getWorkspaceProjects Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Summary List<GetCollections Workspace Projects Project Summary Collection> - The list of project_summary_collection.
- Workspace
Id string - Fields List<string>
- Filters
List<Get
Workspace Projects Filter> - Identifiers List<string>
- The identifier of the aggregator.
- 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
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Summary []GetCollections Workspace Projects Project Summary Collection - The list of project_summary_collection.
- Workspace
Id string - Fields []string
- Filters
[]Get
Workspace Projects Filter - Identifiers []string
- The identifier of the aggregator.
- 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
- id String
- The provider-assigned unique ID for this managed resource.
- project
Summary List<GetCollections Workspace Projects Project Summary Collection> - The list of project_summary_collection.
- workspace
Id String - fields List<String>
- filters
List<Get
Workspace Projects Filter> - identifiers List<String>
- The identifier of the aggregator.
- 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
- id string
- The provider-assigned unique ID for this managed resource.
- project
Summary GetCollections Workspace Projects Project Summary Collection[] - The list of project_summary_collection.
- workspace
Id string - fields string[]
- filters
Get
Workspace Projects Filter[] - identifiers string[]
- The identifier of the aggregator.
- 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
- id str
- The provider-assigned unique ID for this managed resource.
- project_
summary_ Sequence[dataintegration.collections Get Workspace Projects Project Summary Collection] - The list of project_summary_collection.
- workspace_
id str - fields Sequence[str]
- filters
Sequence[dataintegration.
Get Workspace Projects Filter] - identifiers Sequence[str]
- The identifier of the aggregator.
- 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
- id String
- The provider-assigned unique ID for this managed resource.
- project
Summary List<Property Map>Collections - The list of project_summary_collection.
- workspace
Id String - fields List<String>
- filters List<Property Map>
- identifiers List<String>
- The identifier of the aggregator.
- 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
GetWorkspaceProjectsFilter
GetWorkspaceProjectsProjectSummaryCollection
- Items
This property is required. List<GetWorkspace Projects Project Summary Collection Item>
- Items
This property is required. []GetWorkspace Projects Project Summary Collection Item
- items
This property is required. List<GetWorkspace Projects Project Summary Collection Item>
- items
This property is required. GetWorkspace Projects Project Summary Collection Item[]
- items
This property is required. Sequence[dataintegration.Get Workspace Projects Project Summary Collection Item]
- items
This property is required. List<Property Map>
GetWorkspaceProjectsProjectSummaryCollectionItem
- 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 object.
- Key
This property is required. string - The key of the aggregator object.
- Key
Map This property is required. Dictionary<string, string> - A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- Metadatas
This property is required. List<GetWorkspace Projects Project 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 type of the object.
- Model
Version This property is required. string - The model version of an object.
- 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 version of the object that is used to track changes in the object instance.
- Parent
Reves This property is required. List<GetWorkspace Projects Project Summary Collection Item Parent Ref> - A reference to the object's parent.
- Project
Key This property is required. string - Registry
Metadata This property is required. GetWorkspace Projects Project Summary Collection Item Registry Metadata - Workspace
Id This property is required. string - The workspace ID.
- 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 object.
- Key
This property is required. string - The key of the aggregator object.
- Key
Map This property is required. map[string]string - A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- Metadatas
This property is required. []GetWorkspace Projects Project 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 type of the object.
- Model
Version This property is required. string - The model version of an object.
- 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 version of the object that is used to track changes in the object instance.
- Parent
Reves This property is required. []GetWorkspace Projects Project Summary Collection Item Parent Ref - A reference to the object's parent.
- Project
Key This property is required. string - Registry
Metadata This property is required. GetWorkspace Projects Project Summary Collection Item Registry Metadata - Workspace
Id This property is required. string - The workspace ID.
- 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 object.
- key
This property is required. String - The key of the aggregator object.
- key
Map This property is required. Map<String,String> - A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
This property is required. List<GetWorkspace Projects Project 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 type of the object.
- model
Version This property is required. String - The model version of an object.
- 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 version of the object that is used to track changes in the object instance.
- parent
Reves This property is required. List<GetWorkspace Projects Project Summary Collection Item Parent Ref> - A reference to the object's parent.
- project
Key This property is required. String - registry
Metadata This property is required. GetWorkspace Projects Project Summary Collection Item Registry Metadata - workspace
Id This property is required. String - The workspace ID.
- 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 object.
- key
This property is required. string - The key of the aggregator object.
- key
Map This property is required. {[key: string]: string} - A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
This property is required. GetWorkspace Projects Project 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 type of the object.
- model
Version This property is required. string - The model version of an object.
- 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 version of the object that is used to track changes in the object instance.
- parent
Reves This property is required. GetWorkspace Projects Project Summary Collection Item Parent Ref[] - A reference to the object's parent.
- project
Key This property is required. string - registry
Metadata This property is required. GetWorkspace Projects Project Summary Collection Item Registry Metadata - workspace
Id This property is required. string - The workspace ID.
- 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 object.
- key
This property is required. str - The key of the aggregator object.
- key_
map This property is required. Mapping[str, str] - A key map. If provided, the 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 Projects Project 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 type of the object.
- model_
version This property is required. str - The model version of an object.
- 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 version of the object that is used to track changes in the object instance.
- parent_
reves This property is required. Sequence[dataintegration.Get Workspace Projects Project Summary Collection Item Parent Ref] - A reference to the object's parent.
- project_
key This property is required. str - registry_
metadata This property is required. dataintegration.Get Workspace Projects Project Summary Collection Item Registry Metadata - workspace_
id This property is required. str - The workspace ID.
- 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 object.
- key
This property is required. String - The key of the aggregator object.
- key
Map This property is required. Map<String> - A key map. If provided, the 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 type of the object.
- model
Version This property is required. String - The model version of an object.
- 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 version of the object that is used to track changes in the object instance.
- parent
Reves This property is required. List<Property Map> - A reference to the object's parent.
- project
Key This property is required. String - registry
Metadata This property is required. Property Map - workspace
Id This property is required. String - The workspace ID.
GetWorkspaceProjectsProjectSummaryCollectionItemMetadata
- Aggregator
Key This property is required. string - The owning object key for this object.
- Aggregators
This property is required. List<GetWorkspace Projects Project 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 Projects Project 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 that the object was created.
- Time
Updated This property is required. string - The date and time that the object was updated.
- 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 Projects Project 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 Projects Project 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 that the object was created.
- Time
Updated This property is required. string - The date and time that the object was updated.
- 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 Projects Project 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 Projects Project 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 that the object was created.
- time
Updated This property is required. String - The date and time that the object was updated.
- 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 Projects Project 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 Projects Project 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 that the object was created.
- time
Updated This property is required. string - The date and time that the object was updated.
- 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 Projects Project 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 Projects Project 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 that the object was created.
- time_
updated This property is required. str - The date and time that the object was updated.
- 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 that the object was created.
- time
Updated This property is required. String - The date and time that the object was updated.
- 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.
GetWorkspaceProjectsProjectSummaryCollectionItemMetadataAggregator
- 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 object.
- Key
This property is required. string - The key of the aggregator 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 aggregator.
- 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 object.
- Key
This property is required. string - The key of the aggregator 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 aggregator.
- 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 object.
- key
This property is required. String - The key of the aggregator 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 aggregator.
- 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 object.
- key
This property is required. string - The key of the aggregator 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 aggregator.
- 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 object.
- key
This property is required. str - The key of the aggregator 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 aggregator.
- 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 object.
- key
This property is required. String - The key of the aggregator 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 aggregator.
GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatistic
- Object
Type Count Lists This property is required. List<GetWorkspace Projects Project Summary Collection Item Metadata Count Statistic Object Type Count List> - The array of statistics.
- Object
Type Count Lists This property is required. []GetWorkspace Projects Project Summary Collection Item Metadata Count Statistic Object Type Count List - The array of statistics.
- object
Type Count Lists This property is required. List<GetWorkspace Projects Project Summary Collection Item Metadata Count Statistic Object Type Count List> - The array of statistics.
- object
Type Count Lists This property is required. GetWorkspace Projects Project 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 Projects Project 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.
GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatisticObjectTypeCountList
- 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.
GetWorkspaceProjectsProjectSummaryCollectionItemParentRef
- 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.
GetWorkspaceProjectsProjectSummaryCollectionItemRegistryMetadata
- 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 aggregator 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 aggregator 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 aggregator 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 aggregator 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 aggregator 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 aggregator 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.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.