Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DataIntegration.getWorkspaceTasks
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Workspace Tasks in Oracle Cloud Infrastructure Data Integration service.
Retrieves a list of all tasks in a specified project or folder.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWorkspaceTasks = oci.DataIntegration.getWorkspaceTasks({
workspaceId: testWorkspace.id,
fields: workspaceTaskFields,
folderId: testFolder.id,
identifiers: workspaceTaskIdentifier,
keys: workspaceTaskKey,
name: workspaceTaskName,
types: workspaceTaskType,
});
import pulumi
import pulumi_oci as oci
test_workspace_tasks = oci.DataIntegration.get_workspace_tasks(workspace_id=test_workspace["id"],
fields=workspace_task_fields,
folder_id=test_folder["id"],
identifiers=workspace_task_identifier,
keys=workspace_task_key,
name=workspace_task_name,
types=workspace_task_type)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DataIntegration"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataIntegration.GetWorkspaceTasks(ctx, &dataintegration.GetWorkspaceTasksArgs{
WorkspaceId: testWorkspace.Id,
Fields: workspaceTaskFields,
FolderId: pulumi.StringRef(testFolder.Id),
Identifiers: workspaceTaskIdentifier,
Keys: workspaceTaskKey,
Name: pulumi.StringRef(workspaceTaskName),
Types: workspaceTaskType,
}, 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 testWorkspaceTasks = Oci.DataIntegration.GetWorkspaceTasks.Invoke(new()
{
WorkspaceId = testWorkspace.Id,
Fields = workspaceTaskFields,
FolderId = testFolder.Id,
Identifiers = workspaceTaskIdentifier,
Keys = workspaceTaskKey,
Name = workspaceTaskName,
Types = workspaceTaskType,
});
});
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.GetWorkspaceTasksArgs;
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 testWorkspaceTasks = DataIntegrationFunctions.getWorkspaceTasks(GetWorkspaceTasksArgs.builder()
.workspaceId(testWorkspace.id())
.fields(workspaceTaskFields)
.folderId(testFolder.id())
.identifiers(workspaceTaskIdentifier)
.keys(workspaceTaskKey)
.name(workspaceTaskName)
.types(workspaceTaskType)
.build());
}
}
variables:
testWorkspaceTasks:
fn::invoke:
Function: oci:DataIntegration:getWorkspaceTasks
Arguments:
workspaceId: ${testWorkspace.id}
fields: ${workspaceTaskFields}
folderId: ${testFolder.id}
identifiers: ${workspaceTaskIdentifier}
keys: ${workspaceTaskKey}
name: ${workspaceTaskName}
types: ${workspaceTaskType}
Using getWorkspaceTasks
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 getWorkspaceTasks(args: GetWorkspaceTasksArgs, opts?: InvokeOptions): Promise<GetWorkspaceTasksResult>
function getWorkspaceTasksOutput(args: GetWorkspaceTasksOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceTasksResult>
def get_workspace_tasks(fields: Optional[Sequence[str]] = None,
filters: Optional[Sequence[_dataintegration.GetWorkspaceTasksFilter]] = None,
folder_id: Optional[str] = None,
identifiers: Optional[Sequence[str]] = None,
keys: Optional[Sequence[str]] = None,
name: Optional[str] = None,
types: Optional[Sequence[str]] = None,
workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceTasksResult
def get_workspace_tasks_output(fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_dataintegration.GetWorkspaceTasksFilterArgs]]]] = None,
folder_id: Optional[pulumi.Input[str]] = None,
identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name: Optional[pulumi.Input[str]] = None,
types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
workspace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceTasksResult]
func GetWorkspaceTasks(ctx *Context, args *GetWorkspaceTasksArgs, opts ...InvokeOption) (*GetWorkspaceTasksResult, error)
func GetWorkspaceTasksOutput(ctx *Context, args *GetWorkspaceTasksOutputArgs, opts ...InvokeOption) GetWorkspaceTasksResultOutput
> Note: This function is named GetWorkspaceTasks
in the Go SDK.
public static class GetWorkspaceTasks
{
public static Task<GetWorkspaceTasksResult> InvokeAsync(GetWorkspaceTasksArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceTasksResult> Invoke(GetWorkspaceTasksInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkspaceTasksResult> getWorkspaceTasks(GetWorkspaceTasksArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataIntegration/getWorkspaceTasks:getWorkspaceTasks
arguments:
# arguments dictionary
The following arguments are supported:
- Workspace
Id string - The workspace ID.
- Fields List<string>
- Specifies the fields to get for an object.
- Filters
List<Get
Workspace Tasks Filter> - Folder
Id string - Unique key of the folder.
- Identifiers List<string>
- Used to filter by the identifier of the object.
- Keys List<string>
- Used to filter by the key of the object.
- Name string
- Used to filter by the name of the object.
- Types List<string>
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- Workspace
Id string - The workspace ID.
- Fields []string
- Specifies the fields to get for an object.
- Filters
[]Get
Workspace Tasks Filter - Folder
Id string - Unique key of the folder.
- Identifiers []string
- Used to filter by the identifier of the object.
- Keys []string
- Used to filter by the key of the object.
- Name string
- Used to filter by the name of the object.
- Types []string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- workspace
Id String - The workspace ID.
- fields List<String>
- Specifies the fields to get for an object.
- filters
List<Get
Workspace Tasks Filter> - folder
Id String - Unique key of the folder.
- identifiers List<String>
- Used to filter by the identifier of the object.
- keys List<String>
- Used to filter by the key of the object.
- name String
- Used to filter by the name of the object.
- types List<String>
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- workspace
Id string - The workspace ID.
- fields string[]
- Specifies the fields to get for an object.
- filters
Get
Workspace Tasks Filter[] - folder
Id string - Unique key of the folder.
- identifiers string[]
- Used to filter by the identifier of the object.
- keys string[]
- Used to filter by the key of the object.
- name string
- Used to filter by the name of the object.
- types string[]
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- workspace_
id str - The workspace ID.
- fields Sequence[str]
- Specifies the fields to get for an object.
- filters
Sequence[dataintegration.
Get Workspace Tasks Filter] - folder_
id str - Unique key of the folder.
- identifiers Sequence[str]
- Used to filter by the identifier of the object.
- keys Sequence[str]
- Used to filter by the key of the object.
- name str
- Used to filter by the name of the object.
- types Sequence[str]
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- workspace
Id String - The workspace ID.
- fields List<String>
- Specifies the fields to get for an object.
- filters List<Property Map>
- folder
Id String - Unique key of the folder.
- identifiers List<String>
- Used to filter by the identifier of the object.
- keys List<String>
- Used to filter by the key of the object.
- name String
- Used to filter by the name of the object.
- types List<String>
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
getWorkspaceTasks Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Task
Summary List<GetCollections Workspace Tasks Task Summary Collection> - The list of task_summary_collection.
- Workspace
Id string - Fields List<string>
- An array of fields.
- Filters
List<Get
Workspace Tasks Filter> - Folder
Id string - 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.
- Keys List<string>
- The key of the object.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Types List<string>
- The object type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Task
Summary []GetCollections Workspace Tasks Task Summary Collection - The list of task_summary_collection.
- Workspace
Id string - Fields []string
- An array of fields.
- Filters
[]Get
Workspace Tasks Filter - Folder
Id string - 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.
- Keys []string
- The key of the object.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Types []string
- The object type.
- id String
- The provider-assigned unique ID for this managed resource.
- task
Summary List<GetCollections Workspace Tasks Task Summary Collection> - The list of task_summary_collection.
- workspace
Id String - fields List<String>
- An array of fields.
- filters
List<Get
Workspace Tasks Filter> - folder
Id String - 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.
- keys List<String>
- The key of the object.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- types List<String>
- The object type.
- id string
- The provider-assigned unique ID for this managed resource.
- task
Summary GetCollections Workspace Tasks Task Summary Collection[] - The list of task_summary_collection.
- workspace
Id string - fields string[]
- An array of fields.
- filters
Get
Workspace Tasks Filter[] - folder
Id string - 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.
- keys string[]
- The key of the object.
- name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- types string[]
- The object type.
- id str
- The provider-assigned unique ID for this managed resource.
- task_
summary_ Sequence[dataintegration.collections Get Workspace Tasks Task Summary Collection] - The list of task_summary_collection.
- workspace_
id str - fields Sequence[str]
- An array of fields.
- filters
Sequence[dataintegration.
Get Workspace Tasks Filter] - folder_
id str - 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.
- keys Sequence[str]
- The key of the object.
- name str
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- types Sequence[str]
- The object type.
- id String
- The provider-assigned unique ID for this managed resource.
- task
Summary List<Property Map>Collections - The list of task_summary_collection.
- workspace
Id String - fields List<String>
- An array of fields.
- filters List<Property Map>
- folder
Id String - 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.
- keys List<String>
- The key of the object.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- types List<String>
- The object type.
Supporting Types
GetWorkspaceTasksFilter
GetWorkspaceTasksTaskSummaryCollection
GetWorkspaceTasksTaskSummaryCollectionItem
- Api
Call stringMode - The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- Auth
Config GetWorkspace Tasks Task Summary Collection Item Auth Config - Authentication configuration for Generic REST invocation.
- Cancel
Rest GetCall Config Workspace Tasks Task Summary Collection Item Cancel Rest Call Config - The REST API configuration for cancelling the task.
- Config
Provider GetDelegate Workspace Tasks Task Summary Collection Item Config Provider Delegate - The information about the configuration provider.
- Description string
- Detailed description for the object.
- Execute
Rest GetCall Config Workspace Tasks Task Summary Collection Item Execute Rest Call Config - The REST API configuration for execution.
- Identifier string
- Used to filter by the identifier of the object.
- Input
Ports List<GetWorkspace Tasks Task Summary Collection Item Input Port> - An array of input ports.
- Is
Single boolLoad - Defines whether Data Loader task is used for single load or multiple
- Key string
- Used to filter by the key of the object.
- Key
Map Dictionary<string, object> - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- Metadatas
List<Get
Workspace Tasks Task Summary Collection Item Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Op
Config GetValues Workspace Tasks Task Summary Collection Item Op Config Values - Configuration values can be string, objects, or parameters.
- Operation string
- Describes the shape of the execution result
- Output
Ports List<GetWorkspace Tasks Task Summary Collection Item Output Port> - An array of output ports.
- Parallel
Load intLimit - Defines the number of entities being loaded in parallel at a time for a Data Loader task
- Parameters
List<Get
Workspace Tasks Task Summary Collection Item Parameter> - A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Parent Ref - A reference to the object's parent.
- Poll
Rest GetCall Config Workspace Tasks Task Summary Collection Item Poll Rest Call Config - The REST API configuration for polling.
- Registry
Metadata GetWorkspace Tasks Task Summary Collection Item Registry Metadata - Information about the object and its parent.
- Typed
Expressions List<GetWorkspace Tasks Task Summary Collection Item Typed Expression> - List of typed expressions.
- Workspace
Id string - The workspace ID.
- Api
Call stringMode - The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- Auth
Config GetWorkspace Tasks Task Summary Collection Item Auth Config - Authentication configuration for Generic REST invocation.
- Cancel
Rest GetCall Config Workspace Tasks Task Summary Collection Item Cancel Rest Call Config - The REST API configuration for cancelling the task.
- Config
Provider GetDelegate Workspace Tasks Task Summary Collection Item Config Provider Delegate - The information about the configuration provider.
- Description string
- Detailed description for the object.
- Execute
Rest GetCall Config Workspace Tasks Task Summary Collection Item Execute Rest Call Config - The REST API configuration for execution.
- Identifier string
- Used to filter by the identifier of the object.
- Input
Ports []GetWorkspace Tasks Task Summary Collection Item Input Port - An array of input ports.
- Is
Single boolLoad - Defines whether Data Loader task is used for single load or multiple
- Key string
- Used to filter by the key of the object.
- Key
Map map[string]interface{} - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- Metadatas
[]Get
Workspace Tasks Task Summary Collection Item Metadata - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Op
Config GetValues Workspace Tasks Task Summary Collection Item Op Config Values - Configuration values can be string, objects, or parameters.
- Operation string
- Describes the shape of the execution result
- Output
Ports []GetWorkspace Tasks Task Summary Collection Item Output Port - An array of output ports.
- Parallel
Load intLimit - Defines the number of entities being loaded in parallel at a time for a Data Loader task
- Parameters
[]Get
Workspace Tasks Task Summary Collection Item Parameter - A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Parent Ref - A reference to the object's parent.
- Poll
Rest GetCall Config Workspace Tasks Task Summary Collection Item Poll Rest Call Config - The REST API configuration for polling.
- Registry
Metadata GetWorkspace Tasks Task Summary Collection Item Registry Metadata - Information about the object and its parent.
- Typed
Expressions []GetWorkspace Tasks Task Summary Collection Item Typed Expression - List of typed expressions.
- Workspace
Id string - The workspace ID.
- api
Call StringMode - The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- auth
Config GetWorkspace Tasks Task Summary Collection Item Auth Config - Authentication configuration for Generic REST invocation.
- cancel
Rest GetCall Config Workspace Tasks Task Summary Collection Item Cancel Rest Call Config - The REST API configuration for cancelling the task.
- config
Provider GetDelegate Workspace Tasks Task Summary Collection Item Config Provider Delegate - The information about the configuration provider.
- description String
- Detailed description for the object.
- execute
Rest GetCall Config Workspace Tasks Task Summary Collection Item Execute Rest Call Config - The REST API configuration for execution.
- identifier String
- Used to filter by the identifier of the object.
- input
Ports List<GetWorkspace Tasks Task Summary Collection Item Input Port> - An array of input ports.
- is
Single BooleanLoad - Defines whether Data Loader task is used for single load or multiple
- key String
- Used to filter by the key of the object.
- key
Map Map<String,Object> - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
List<Get
Workspace Tasks Task Summary Collection Item Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- op
Config GetValues Workspace Tasks Task Summary Collection Item Op Config Values - Configuration values can be string, objects, or parameters.
- operation String
- Describes the shape of the execution result
- output
Ports List<GetWorkspace Tasks Task Summary Collection Item Output Port> - An array of output ports.
- parallel
Load IntegerLimit - Defines the number of entities being loaded in parallel at a time for a Data Loader task
- parameters
List<Get
Workspace Tasks Task Summary Collection Item Parameter> - A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Parent Ref - A reference to the object's parent.
- poll
Rest GetCall Config Workspace Tasks Task Summary Collection Item Poll Rest Call Config - The REST API configuration for polling.
- registry
Metadata GetWorkspace Tasks Task Summary Collection Item Registry Metadata - Information about the object and its parent.
- typed
Expressions List<GetWorkspace Tasks Task Summary Collection Item Typed Expression> - List of typed expressions.
- workspace
Id String - The workspace ID.
- api
Call stringMode - The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- auth
Config GetWorkspace Tasks Task Summary Collection Item Auth Config - Authentication configuration for Generic REST invocation.
- cancel
Rest GetCall Config Workspace Tasks Task Summary Collection Item Cancel Rest Call Config - The REST API configuration for cancelling the task.
- config
Provider GetDelegate Workspace Tasks Task Summary Collection Item Config Provider Delegate - The information about the configuration provider.
- description string
- Detailed description for the object.
- execute
Rest GetCall Config Workspace Tasks Task Summary Collection Item Execute Rest Call Config - The REST API configuration for execution.
- identifier string
- Used to filter by the identifier of the object.
- input
Ports GetWorkspace Tasks Task Summary Collection Item Input Port[] - An array of input ports.
- is
Single booleanLoad - Defines whether Data Loader task is used for single load or multiple
- key string
- Used to filter by the key of the object.
- key
Map {[key: string]: any} - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
Get
Workspace Tasks Task Summary Collection Item Metadata[] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- name string
- Used to filter by the name of the object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- op
Config GetValues Workspace Tasks Task Summary Collection Item Op Config Values - Configuration values can be string, objects, or parameters.
- operation string
- Describes the shape of the execution result
- output
Ports GetWorkspace Tasks Task Summary Collection Item Output Port[] - An array of output ports.
- parallel
Load numberLimit - Defines the number of entities being loaded in parallel at a time for a Data Loader task
- parameters
Get
Workspace Tasks Task Summary Collection Item Parameter[] - A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Parent Ref - A reference to the object's parent.
- poll
Rest GetCall Config Workspace Tasks Task Summary Collection Item Poll Rest Call Config - The REST API configuration for polling.
- registry
Metadata GetWorkspace Tasks Task Summary Collection Item Registry Metadata - Information about the object and its parent.
- typed
Expressions GetWorkspace Tasks Task Summary Collection Item Typed Expression[] - List of typed expressions.
- workspace
Id string - The workspace ID.
- api_
call_ strmode - The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- auth_
config dataintegration.Get Workspace Tasks Task Summary Collection Item Auth Config - Authentication configuration for Generic REST invocation.
- cancel_
rest_ dataintegration.call_ config Get Workspace Tasks Task Summary Collection Item Cancel Rest Call Config - The REST API configuration for cancelling the task.
- config_
provider_ dataintegration.delegate Get Workspace Tasks Task Summary Collection Item Config Provider Delegate - The information about the configuration provider.
- description str
- Detailed description for the object.
- execute_
rest_ dataintegration.call_ config Get Workspace Tasks Task Summary Collection Item Execute Rest Call Config - The REST API configuration for execution.
- identifier str
- Used to filter by the identifier of the object.
- input_
ports Sequence[dataintegration.Get Workspace Tasks Task Summary Collection Item Input Port] - An array of input ports.
- is_
single_ boolload - Defines whether Data Loader task is used for single load or multiple
- key str
- Used to filter by the key of the object.
- key_
map Mapping[str, Any] - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas
Sequence[dataintegration.
Get Workspace Tasks Task Summary Collection Item Metadata] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- name str
- Used to filter by the name of the object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- op_
config_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Op Config Values - Configuration values can be string, objects, or parameters.
- operation str
- Describes the shape of the execution result
- output_
ports Sequence[dataintegration.Get Workspace Tasks Task Summary Collection Item Output Port] - An array of output ports.
- parallel_
load_ intlimit - Defines the number of entities being loaded in parallel at a time for a Data Loader task
- parameters
Sequence[dataintegration.
Get Workspace Tasks Task Summary Collection Item Parameter] - A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Parent Ref - A reference to the object's parent.
- poll_
rest_ dataintegration.call_ config Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config - The REST API configuration for polling.
- registry_
metadata dataintegration.Get Workspace Tasks Task Summary Collection Item Registry Metadata - Information about the object and its parent.
- typed_
expressions Sequence[dataintegration.Get Workspace Tasks Task Summary Collection Item Typed Expression] - List of typed expressions.
- workspace_
id str - The workspace ID.
- api
Call StringMode - The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- auth
Config Property Map - Authentication configuration for Generic REST invocation.
- cancel
Rest Property MapCall Config - The REST API configuration for cancelling the task.
- config
Provider Property MapDelegate - The information about the configuration provider.
- description String
- Detailed description for the object.
- execute
Rest Property MapCall Config - The REST API configuration for execution.
- identifier String
- Used to filter by the identifier of the object.
- input
Ports List<Property Map> - An array of input ports.
- is
Single BooleanLoad - Defines whether Data Loader task is used for single load or multiple
- key String
- Used to filter by the key of the object.
- key
Map Map<Any> - A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
- metadatas List<Property Map>
- A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- op
Config Property MapValues - Configuration values can be string, objects, or parameters.
- operation String
- Describes the shape of the execution result
- output
Ports List<Property Map> - An array of output ports.
- parallel
Load NumberLimit - Defines the number of entities being loaded in parallel at a time for a Data Loader task
- parameters List<Property Map>
- A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- parent
Ref Property Map - A reference to the object's parent.
- poll
Rest Property MapCall Config - The REST API configuration for polling.
- registry
Metadata Property Map - Information about the object and its parent.
- typed
Expressions List<Property Map> - List of typed expressions.
- workspace
Id String - The workspace ID.
GetWorkspaceTasksTaskSummaryCollectionItemAuthConfig
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Auth Config Parent Ref - A reference to the object's parent.
- Resource
Principal stringSource - The Oracle Cloud Infrastructure resource type that will supply the authentication token
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Auth Config Parent Ref - A reference to the object's parent.
- Resource
Principal stringSource - The Oracle Cloud Infrastructure resource type that will supply the authentication token
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Auth Config Parent Ref - A reference to the object's parent.
- resource
Principal StringSource - The Oracle Cloud Infrastructure resource type that will supply the authentication token
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Auth Config Parent Ref - A reference to the object's parent.
- resource
Principal stringSource - The Oracle Cloud Infrastructure resource type that will supply the authentication token
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Auth Config Parent Ref - A reference to the object's parent.
- resource_
principal_ strsource - The Oracle Cloud Infrastructure resource type that will supply the authentication token
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- parent
Ref Property Map - A reference to the object's parent.
- resource
Principal StringSource - The Oracle Cloud Infrastructure resource type that will supply the authentication token
GetWorkspaceTasksTaskSummaryCollectionItemAuthConfigParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfig
- Config
Values GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Method
Type string - The REST method to use.
- Model
Type string - The type of the types object.
- Request
Headers Dictionary<string, object> - The headers for the REST call.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Method
Type string - The REST method to use.
- Model
Type string - The type of the types object.
- Request
Headers map[string]interface{} - The headers for the REST call.
- config
Values GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- method
Type String - The REST method to use.
- model
Type String - The type of the types object.
- request
Headers Map<String,Object> - The headers for the REST call.
- config
Values GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key string
- Used to filter by the key of the object.
- method
Type string - The REST method to use.
- model
Type string - The type of the types object.
- request
Headers {[key: string]: any} - The headers for the REST call.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key str
- Used to filter by the key of the object.
- method_
type str - The REST method to use.
- model_
type str - The type of the types object.
- request_
headers Mapping[str, Any] - The headers for the REST call.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- method
Type String - The REST method to use.
- model
Type String - The type of the types object.
- request
Headers Map<Any> - The headers for the REST call.
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValues
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config_
param_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param Property MapValues - The configuration parameter values.
- parent
Ref Property Map - A reference to the object's parent.
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValuesConfigParamValues
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValuesConfigParamValuesRequestPayload
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value string - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter_
value str - Reference to the parameter by its key.
- ref_
value dataintegration.Get Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value Property Map - The root object reference value.
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue
- Config
Values GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- config
Values GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- config
Values GetWorkspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Cancel Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues
- config
Param Property MapValues - The configuration parameter values.
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam
- String
Value string - A string value of the parameter.
- String
Value string - A string value of the parameter.
- string
Value String - A string value of the parameter.
- string
Value string - A string value of the parameter.
- string_
value str - A string value of the parameter.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValuesConfigParamValuesRequestUrl
- String
Value string - A string value of the parameter.
- String
Value string - A string value of the parameter.
- string
Value String - A string value of the parameter.
- string
Value string - A string value of the parameter.
- string_
value str - A string value of the parameter.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemCancelRestCallConfigConfigValuesParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemConfigProviderDelegate
GetWorkspaceTasksTaskSummaryCollectionItemConfigProviderDelegateBinding
- Key string
- Used to filter by the key of the object.
- Parameter
Values GetWorkspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values
- Key string
- Used to filter by the key of the object.
- Parameter
Values GetWorkspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values
- key String
- Used to filter by the key of the object.
- parameter
Values GetWorkspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values
- key string
- Used to filter by the key of the object.
- parameter
Values GetWorkspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values
- key str
- Used to filter by the key of the object.
- parameter_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values
- key String
- Used to filter by the key of the object.
- parameter
Values Property Map
GetWorkspaceTasksTaskSummaryCollectionItemConfigProviderDelegateBindingParameterValues
- Root
Object GetValue Workspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values Root Object Value - The root object value, used in custom parameters.
- Simple
Value string
- Root
Object GetValue Workspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values Root Object Value - The root object value, used in custom parameters.
- Simple
Value string
- root
Object GetValue Workspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values Root Object Value - The root object value, used in custom parameters.
- simple
Value String
- root
Object GetValue Workspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values Root Object Value - The root object value, used in custom parameters.
- simple
Value string
- root_
object_ dataintegration.value Get Workspace Tasks Task Summary Collection Item Config Provider Delegate Binding Parameter Values Root Object Value - The root object value, used in custom parameters.
- simple_
value str
- root
Object Property MapValue - The root object value, used in custom parameters.
- simple
Value String
GetWorkspaceTasksTaskSummaryCollectionItemConfigProviderDelegateBindingParameterValuesRootObjectValue
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfig
- Config
Values GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Method
Type string - The REST method to use.
- Model
Type string - The type of the types object.
- Request
Headers Dictionary<string, object> - The headers for the REST call.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Method
Type string - The REST method to use.
- Model
Type string - The type of the types object.
- Request
Headers map[string]interface{} - The headers for the REST call.
- config
Values GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- method
Type String - The REST method to use.
- model
Type String - The type of the types object.
- request
Headers Map<String,Object> - The headers for the REST call.
- config
Values GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key string
- Used to filter by the key of the object.
- method
Type string - The REST method to use.
- model
Type string - The type of the types object.
- request
Headers {[key: string]: any} - The headers for the REST call.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key str
- Used to filter by the key of the object.
- method_
type str - The REST method to use.
- model_
type str - The type of the types object.
- request_
headers Mapping[str, Any] - The headers for the REST call.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- method
Type String - The REST method to use.
- model
Type String - The type of the types object.
- request
Headers Map<Any> - The headers for the REST call.
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValues
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config_
param_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param Property MapValues - The configuration parameter values.
- parent
Ref Property Map - A reference to the object's parent.
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValuesConfigParamValues
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayload
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value string - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter_
value str - Reference to the parameter by its key.
- ref_
value dataintegration.Get Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value Property Map - The root object reference value.
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue
- Config
Values GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- config
Values GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- config
Values GetWorkspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Execute Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues
- config
Param Property MapValues - The configuration parameter values.
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam
- String
Value string - A string value of the parameter.
- String
Value string - A string value of the parameter.
- string
Value String - A string value of the parameter.
- string
Value string - A string value of the parameter.
- string_
value str - A string value of the parameter.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrl
- String
Value string - A string value of the parameter.
- String
Value string - A string value of the parameter.
- string
Value String - A string value of the parameter.
- string
Value string - A string value of the parameter.
- string_
value str - A string value of the parameter.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemExecuteRestCallConfigConfigValuesParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemInputPort
- Config
Values GetWorkspace Tasks Task Summary Collection Item Input Port Config Values - Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Fields List<string>
- Specifies the fields to get for an object.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Input Port Parent Ref - A reference to the object's parent.
- Port
Type string - The port details for the data asset.Type.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Input Port Config Values - Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Fields []string
- Specifies the fields to get for an object.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Input Port Parent Ref - A reference to the object's parent.
- Port
Type string - The port details for the data asset.Type.
- config
Values GetWorkspace Tasks Task Summary Collection Item Input Port Config Values - Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- fields List<String>
- Specifies the fields to get for an object.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Input Port Parent Ref - A reference to the object's parent.
- port
Type String - The port details for the data asset.Type.
- config
Values GetWorkspace Tasks Task Summary Collection Item Input Port Config Values - Configuration values can be string, objects, or parameters.
- description string
- Detailed description for the object.
- fields string[]
- Specifies the fields to get for an object.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- name string
- Used to filter by the name of the object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Input Port Parent Ref - A reference to the object's parent.
- port
Type string - The port details for the data asset.Type.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Input Port Config Values - Configuration values can be string, objects, or parameters.
- description str
- Detailed description for the object.
- fields Sequence[str]
- Specifies the fields to get for an object.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- name str
- Used to filter by the name of the object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Input Port Parent Ref - A reference to the object's parent.
- port_
type str - The port details for the data asset.Type.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- fields List<String>
- Specifies the fields to get for an object.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref Property Map - A reference to the object's parent.
- port
Type String - The port details for the data asset.Type.
GetWorkspaceTasksTaskSummaryCollectionItemInputPortConfigValues
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Input Port Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Input Port Config Values Parent Ref - A reference to the object's parent.
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Input Port Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Input Port Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Input Port Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Input Port Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Input Port Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Input Port Config Values Parent Ref - A reference to the object's parent.
- config_
param_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Input Port Config Values Config Param Values - The configuration parameter values.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Input Port Config Values Parent Ref - A reference to the object's parent.
- config
Param Property MapValues - The configuration parameter values.
- parent
Ref Property Map - A reference to the object's parent.
GetWorkspaceTasksTaskSummaryCollectionItemInputPortConfigValuesConfigParamValues
- Int
Value int - An integer value of the parameter.
- Object
Value string - An object value of the parameter.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value string - The root object reference value.
- Root
Object stringValue - The root object value, used in custom parameters.
- String
Value string - A string value of the parameter.
- Int
Value int - An integer value of the parameter.
- Object
Value string - An object value of the parameter.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value string - The root object reference value.
- Root
Object stringValue - The root object value, used in custom parameters.
- String
Value string - A string value of the parameter.
- int
Value Integer - An integer value of the parameter.
- object
Value String - An object value of the parameter.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value String - The root object reference value.
- root
Object StringValue - The root object value, used in custom parameters.
- string
Value String - A string value of the parameter.
- int
Value number - An integer value of the parameter.
- object
Value string - An object value of the parameter.
- parameter
Value string - Reference to the parameter by its key.
- ref
Value string - The root object reference value.
- root
Object stringValue - The root object value, used in custom parameters.
- string
Value string - A string value of the parameter.
- int_
value int - An integer value of the parameter.
- object_
value str - An object value of the parameter.
- parameter_
value str - Reference to the parameter by its key.
- ref_
value str - The root object reference value.
- root_
object_ strvalue - The root object value, used in custom parameters.
- string_
value str - A string value of the parameter.
- int
Value Number - An integer value of the parameter.
- object
Value String - An object value of the parameter.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value String - The root object reference value.
- root
Object StringValue - The root object value, used in custom parameters.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemInputPortConfigValuesParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemInputPortParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemMetadata
- Aggregator
Key string - The owning object's key for this object.
- Aggregators
List<Get
Workspace Tasks Task Summary Collection Item Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics List<GetWorkspace Tasks Task Summary Collection Item Metadata Count Statistic> - A count statistics.
- Created
By string - The user that created the object.
- Created
By stringName - The user that created the object.
- Identifier
Path string - The full path to identify this object.
- Info
Fields Dictionary<string, object> - Information property fields.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Labels List<string>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version.
- Time
Created string - The date and time that the object was created.
- Time
Updated string - The date and time that the object was updated.
- Updated
By string - The user that updated the object.
- Updated
By stringName - The user that updated the object.
- Aggregator
Key string - The owning object's key for this object.
- Aggregators
[]Get
Workspace Tasks Task Summary Collection Item Metadata Aggregator - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics []GetWorkspace Tasks Task Summary Collection Item Metadata Count Statistic - A count statistics.
- Created
By string - The user that created the object.
- Created
By stringName - The user that created the object.
- Identifier
Path string - The full path to identify this object.
- Info
Fields map[string]interface{} - Information property fields.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Labels []string
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version.
- Time
Created string - The date and time that the object was created.
- Time
Updated string - The date and time that the object was updated.
- Updated
By string - The user that updated the object.
- Updated
By stringName - The user that updated the object.
- aggregator
Key String - The owning object's key for this object.
- aggregators
List<Get
Workspace Tasks Task Summary Collection Item Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics List<GetWorkspace Tasks Task Summary Collection Item Metadata Count Statistic> - A count statistics.
- created
By String - The user that created the object.
- created
By StringName - The user that created the object.
- identifier
Path String - The full path to identify this object.
- info
Fields Map<String,Object> - Information property fields.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer - The registry version.
- time
Created String - The date and time that the object was created.
- time
Updated String - The date and time that the object was updated.
- updated
By String - The user that updated the object.
- updated
By StringName - The user that updated the object.
- aggregator
Key string - The owning object's key for this object.
- aggregators
Get
Workspace Tasks Task Summary Collection Item Metadata Aggregator[] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics GetWorkspace Tasks Task Summary Collection Item Metadata Count Statistic[] - A count statistics.
- created
By string - The user that created the object.
- created
By stringName - The user that created the object.
- identifier
Path string - The full path to identify this object.
- info
Fields {[key: string]: any} - Information property fields.
- is
Favorite boolean - Specifies whether this object is a favorite or not.
- labels string[]
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number - The registry version.
- time
Created string - The date and time that the object was created.
- time
Updated string - The date and time that the object was updated.
- updated
By string - The user that updated the object.
- updated
By stringName - The user that updated the object.
- aggregator_
key str - The owning object's key for this object.
- aggregators
Sequence[dataintegration.
Get Workspace Tasks Task Summary Collection Item Metadata Aggregator] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count_
statistics Sequence[dataintegration.Get Workspace Tasks Task Summary Collection Item Metadata Count Statistic] - A count statistics.
- created_
by str - The user that created the object.
- created_
by_ strname - The user that created the object.
- identifier_
path str - The full path to identify this object.
- info_
fields Mapping[str, Any] - Information property fields.
- is_
favorite bool - Specifies whether this object is a favorite or not.
- labels Sequence[str]
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int - The registry version.
- time_
created str - The date and time that the object was created.
- time_
updated str - The date and time that the object was updated.
- updated_
by str - The user that updated the object.
- updated_
by_ strname - The user that updated the object.
- aggregator
Key String - The owning object's key for this object.
- aggregators List<Property Map>
- A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics List<Property Map> - A count statistics.
- created
By String - The user that created the object.
- created
By StringName - The user that created the object.
- identifier
Path String - The full path to identify this object.
- info
Fields Map<Any> - Information property fields.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number - The registry version.
- time
Created String - The date and time that the object was created.
- time
Updated String - The date and time that the object was updated.
- updated
By String - The user that updated the object.
- updated
By StringName - The user that updated the object.
GetWorkspaceTasksTaskSummaryCollectionItemMetadataAggregator
- Description string
- Detailed description for the object.
- Identifier string
- Used to filter by the identifier of the object.
- Key string
- Used to filter by the key of the object.
- Name string
- Used to filter by the name of the object.
- Type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- Description string
- Detailed description for the object.
- Identifier string
- Used to filter by the identifier of the object.
- Key string
- Used to filter by the key of the object.
- Name string
- Used to filter by the name of the object.
- Type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- description String
- Detailed description for the object.
- identifier String
- Used to filter by the identifier of the object.
- key String
- Used to filter by the key of the object.
- name String
- Used to filter by the name of the object.
- type String
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- description string
- Detailed description for the object.
- identifier string
- Used to filter by the identifier of the object.
- key string
- Used to filter by the key of the object.
- name string
- Used to filter by the name of the object.
- type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- description str
- Detailed description for the object.
- identifier str
- Used to filter by the identifier of the object.
- key str
- Used to filter by the key of the object.
- name str
- Used to filter by the name of the object.
- type str
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- description String
- Detailed description for the object.
- identifier String
- Used to filter by the identifier of the object.
- key String
- Used to filter by the key of the object.
- name String
- Used to filter by the name of the object.
- type String
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
GetWorkspaceTasksTaskSummaryCollectionItemMetadataCountStatistic
- object
Type List<Property Map>Count Lists - The array of statistics.
GetWorkspaceTasksTaskSummaryCollectionItemMetadataCountStatisticObjectTypeCountList
- Object
Count string - The value for the count statistic object.
- Object
Type string - The type of object for the count statistic object.
- Object
Count string - The value for the count statistic object.
- Object
Type string - The type of object for the count statistic object.
- object
Count String - The value for the count statistic object.
- object
Type String - The type of object for the count statistic object.
- object
Count string - The value for the count statistic object.
- object
Type string - The type of object for the count statistic object.
- object_
count str - The value for the count statistic object.
- object_
type str - The type of object for the count statistic object.
- object
Count String - The value for the count statistic object.
- object
Type String - The type of object for the count statistic object.
GetWorkspaceTasksTaskSummaryCollectionItemOpConfigValues
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Op Config Values Parent Ref - A reference to the object's parent.
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Op Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Op Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Op Config Values Parent Ref - A reference to the object's parent.
- config_
param_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values - The configuration parameter values.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Op Config Values Parent Ref - A reference to the object's parent.
- config
Param Property MapValues - The configuration parameter values.
- parent
Ref Property Map - A reference to the object's parent.
GetWorkspaceTasksTaskSummaryCollectionItemOpConfigValuesConfigParamValues
- Config
Param GetValue Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value - Key string
- Used to filter by the key of the object.
- Config
Param GetValue Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value - Key string
- Used to filter by the key of the object.
- config
Param GetValue Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value - key String
- Used to filter by the key of the object.
- config
Param GetValue Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value - key string
- Used to filter by the key of the object.
- config_
param_ dataintegration.value Get Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value - key str
- Used to filter by the key of the object.
- config
Param Property MapValue - key String
- Used to filter by the key of the object.
GetWorkspaceTasksTaskSummaryCollectionItemOpConfigValuesConfigParamValuesConfigParamValue
- Int
Value int - An integer value of the parameter.
- Object
Value string - An object value of the parameter.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- Root
Object GetValue Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- String
Value string - A string value of the parameter.
- Int
Value int - An integer value of the parameter.
- Object
Value string - An object value of the parameter.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- Root
Object GetValue Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- String
Value string - A string value of the parameter.
- int
Value Integer - An integer value of the parameter.
- object
Value String - An object value of the parameter.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- root
Object GetValue Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- string
Value String - A string value of the parameter.
- int
Value number - An integer value of the parameter.
- object
Value string - An object value of the parameter.
- parameter
Value string - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- root
Object GetValue Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- string
Value string - A string value of the parameter.
- int_
value int - An integer value of the parameter.
- object_
value str - An object value of the parameter.
- parameter_
value str - Reference to the parameter by its key.
- ref_
value dataintegration.Get Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- root_
object_ dataintegration.value Get Workspace Tasks Task Summary Collection Item Op Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- string_
value str - A string value of the parameter.
- int
Value Number - An integer value of the parameter.
- object
Value String - An object value of the parameter.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value Property Map - The root object reference value.
- root
Object Property MapValue - The root object value, used in custom parameters.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemOpConfigValuesConfigParamValuesConfigParamValueRefValue
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- name string
- Used to filter by the name of the object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- name str
- Used to filter by the name of the object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
GetWorkspaceTasksTaskSummaryCollectionItemOpConfigValuesConfigParamValuesConfigParamValueRootObjectValue
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
GetWorkspaceTasksTaskSummaryCollectionItemOpConfigValuesParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemOutputPort
- Config
Values GetWorkspace Tasks Task Summary Collection Item Output Port Config Values - Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Fields List<string>
- Specifies the fields to get for an object.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Output Port Parent Ref - A reference to the object's parent.
- Port
Type string - The port details for the data asset.Type.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Output Port Config Values - Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Fields []string
- Specifies the fields to get for an object.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Output Port Parent Ref - A reference to the object's parent.
- Port
Type string - The port details for the data asset.Type.
- config
Values GetWorkspace Tasks Task Summary Collection Item Output Port Config Values - Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- fields List<String>
- Specifies the fields to get for an object.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Output Port Parent Ref - A reference to the object's parent.
- port
Type String - The port details for the data asset.Type.
- config
Values GetWorkspace Tasks Task Summary Collection Item Output Port Config Values - Configuration values can be string, objects, or parameters.
- description string
- Detailed description for the object.
- fields string[]
- Specifies the fields to get for an object.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- name string
- Used to filter by the name of the object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Output Port Parent Ref - A reference to the object's parent.
- port
Type string - The port details for the data asset.Type.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Output Port Config Values - Configuration values can be string, objects, or parameters.
- description str
- Detailed description for the object.
- fields Sequence[str]
- Specifies the fields to get for an object.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- name str
- Used to filter by the name of the object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Output Port Parent Ref - A reference to the object's parent.
- port_
type str - The port details for the data asset.Type.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- fields List<String>
- Specifies the fields to get for an object.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref Property Map - A reference to the object's parent.
- port
Type String - The port details for the data asset.Type.
GetWorkspaceTasksTaskSummaryCollectionItemOutputPortConfigValues
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Output Port Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Output Port Config Values Parent Ref - A reference to the object's parent.
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Output Port Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Output Port Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Output Port Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Output Port Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Output Port Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Output Port Config Values Parent Ref - A reference to the object's parent.
- config_
param_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Output Port Config Values Config Param Values - The configuration parameter values.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Output Port Config Values Parent Ref - A reference to the object's parent.
- config
Param Property MapValues - The configuration parameter values.
- parent
Ref Property Map - A reference to the object's parent.
GetWorkspaceTasksTaskSummaryCollectionItemOutputPortConfigValuesConfigParamValues
- Int
Value int - An integer value of the parameter.
- Object
Value string - An object value of the parameter.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value string - The root object reference value.
- Root
Object stringValue - The root object value, used in custom parameters.
- String
Value string - A string value of the parameter.
- Int
Value int - An integer value of the parameter.
- Object
Value string - An object value of the parameter.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value string - The root object reference value.
- Root
Object stringValue - The root object value, used in custom parameters.
- String
Value string - A string value of the parameter.
- int
Value Integer - An integer value of the parameter.
- object
Value String - An object value of the parameter.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value String - The root object reference value.
- root
Object StringValue - The root object value, used in custom parameters.
- string
Value String - A string value of the parameter.
- int
Value number - An integer value of the parameter.
- object
Value string - An object value of the parameter.
- parameter
Value string - Reference to the parameter by its key.
- ref
Value string - The root object reference value.
- root
Object stringValue - The root object value, used in custom parameters.
- string
Value string - A string value of the parameter.
- int_
value int - An integer value of the parameter.
- object_
value str - An object value of the parameter.
- parameter_
value str - Reference to the parameter by its key.
- ref_
value str - The root object reference value.
- root_
object_ strvalue - The root object value, used in custom parameters.
- string_
value str - A string value of the parameter.
- int
Value Number - An integer value of the parameter.
- object
Value String - An object value of the parameter.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value String - The root object reference value.
- root
Object StringValue - The root object value, used in custom parameters.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemOutputPortConfigValuesParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemOutputPortParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemParameter
- Config
Values GetWorkspace Tasks Task Summary Collection Item Parameter Config Values - Configuration values can be string, objects, or parameters.
- Default
Value string - A default value for the vairable.
- Description string
- Detailed description for the object.
- Is
Input bool - Specifies whether the parameter is input value.
- Is
Output bool - Specifies whether the parameter is output value.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Output
Aggregation stringType - The output aggregation type.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Parameter Parent Ref - A reference to the object's parent.
- Root
Object stringDefault Value - A base class for all model types, including First Class and its contained objects.
- Type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- Type
Name string - The type of value the parameter was created for.
- Used
For string - The param name for which parameter is created for for eg. driver Shape, Operation etc.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Parameter Config Values - Configuration values can be string, objects, or parameters.
- Default
Value string - A default value for the vairable.
- Description string
- Detailed description for the object.
- Is
Input bool - Specifies whether the parameter is input value.
- Is
Output bool - Specifies whether the parameter is output value.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Output
Aggregation stringType - The output aggregation type.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Parameter Parent Ref - A reference to the object's parent.
- Root
Object stringDefault Value - A base class for all model types, including First Class and its contained objects.
- Type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- Type
Name string - The type of value the parameter was created for.
- Used
For string - The param name for which parameter is created for for eg. driver Shape, Operation etc.
- config
Values GetWorkspace Tasks Task Summary Collection Item Parameter Config Values - Configuration values can be string, objects, or parameters.
- default
Value String - A default value for the vairable.
- description String
- Detailed description for the object.
- is
Input Boolean - Specifies whether the parameter is input value.
- is
Output Boolean - Specifies whether the parameter is output value.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- output
Aggregation StringType - The output aggregation type.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Parameter Parent Ref - A reference to the object's parent.
- root
Object StringDefault Value - A base class for all model types, including First Class and its contained objects.
- type String
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- type
Name String - The type of value the parameter was created for.
- used
For String - The param name for which parameter is created for for eg. driver Shape, Operation etc.
- config
Values GetWorkspace Tasks Task Summary Collection Item Parameter Config Values - Configuration values can be string, objects, or parameters.
- default
Value string - A default value for the vairable.
- description string
- Detailed description for the object.
- is
Input boolean - Specifies whether the parameter is input value.
- is
Output boolean - Specifies whether the parameter is output value.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- name string
- Used to filter by the name of the object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- output
Aggregation stringType - The output aggregation type.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Parameter Parent Ref - A reference to the object's parent.
- root
Object stringDefault Value - A base class for all model types, including First Class and its contained objects.
- type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- type
Name string - The type of value the parameter was created for.
- used
For string - The param name for which parameter is created for for eg. driver Shape, Operation etc.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Parameter Config Values - Configuration values can be string, objects, or parameters.
- default_
value str - A default value for the vairable.
- description str
- Detailed description for the object.
- is_
input bool - Specifies whether the parameter is input value.
- is_
output bool - Specifies whether the parameter is output value.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- name str
- Used to filter by the name of the object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- output_
aggregation_ strtype - The output aggregation type.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Parameter Parent Ref - A reference to the object's parent.
- root_
object_ strdefault_ value - A base class for all model types, including First Class and its contained objects.
- type str
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- type_
name str - The type of value the parameter was created for.
- used_
for str - The param name for which parameter is created for for eg. driver Shape, Operation etc.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- default
Value String - A default value for the vairable.
- description String
- Detailed description for the object.
- is
Input Boolean - Specifies whether the parameter is input value.
- is
Output Boolean - Specifies whether the parameter is output value.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- output
Aggregation StringType - The output aggregation type.
- parent
Ref Property Map - A reference to the object's parent.
- root
Object StringDefault Value - A base class for all model types, including First Class and its contained objects.
- type String
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- type
Name String - The type of value the parameter was created for.
- used
For String - The param name for which parameter is created for for eg. driver Shape, Operation etc.
GetWorkspaceTasksTaskSummaryCollectionItemParameterConfigValues
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Parameter Config Values Parent Ref - A reference to the object's parent.
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Parameter Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Parameter Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Parameter Config Values Parent Ref - A reference to the object's parent.
- config_
param_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values - The configuration parameter values.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Parameter Config Values Parent Ref - A reference to the object's parent.
- config
Param Property MapValues - The configuration parameter values.
- parent
Ref Property Map - A reference to the object's parent.
GetWorkspaceTasksTaskSummaryCollectionItemParameterConfigValuesConfigParamValues
- Config
Param GetValue Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value - Key string
- Used to filter by the key of the object.
- Config
Param GetValue Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value - Key string
- Used to filter by the key of the object.
- config
Param GetValue Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value - key String
- Used to filter by the key of the object.
- config
Param GetValue Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value - key string
- Used to filter by the key of the object.
- config_
param_ dataintegration.value Get Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value - key str
- Used to filter by the key of the object.
- config
Param Property MapValue - key String
- Used to filter by the key of the object.
GetWorkspaceTasksTaskSummaryCollectionItemParameterConfigValuesConfigParamValuesConfigParamValue
- Int
Value int - An integer value of the parameter.
- Object
Value string - An object value of the parameter.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- Root
Object GetValue Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- String
Value string - A string value of the parameter.
- Int
Value int - An integer value of the parameter.
- Object
Value string - An object value of the parameter.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- Root
Object GetValue Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- String
Value string - A string value of the parameter.
- int
Value Integer - An integer value of the parameter.
- object
Value String - An object value of the parameter.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- root
Object GetValue Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- string
Value String - A string value of the parameter.
- int
Value number - An integer value of the parameter.
- object
Value string - An object value of the parameter.
- parameter
Value string - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- root
Object GetValue Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- string
Value string - A string value of the parameter.
- int_
value int - An integer value of the parameter.
- object_
value str - An object value of the parameter.
- parameter_
value str - Reference to the parameter by its key.
- ref_
value dataintegration.Get Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Ref Value - The root object reference value.
- root_
object_ dataintegration.value Get Workspace Tasks Task Summary Collection Item Parameter Config Values Config Param Values Config Param Value Root Object Value - The root object value, used in custom parameters.
- string_
value str - A string value of the parameter.
- int
Value Number - An integer value of the parameter.
- object
Value String - An object value of the parameter.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value Property Map - The root object reference value.
- root
Object Property MapValue - The root object value, used in custom parameters.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemParameterConfigValuesConfigParamValuesConfigParamValueRefValue
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- name string
- Used to filter by the name of the object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- name str
- Used to filter by the name of the object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
GetWorkspaceTasksTaskSummaryCollectionItemParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValue
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
GetWorkspaceTasksTaskSummaryCollectionItemParameterConfigValuesParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemParameterParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfig
- Config
Values GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Method
Type string - The REST method to use.
- Model
Type string - The type of the types object.
- Request
Headers Dictionary<string, object> - The headers for the REST call.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Method
Type string - The REST method to use.
- Model
Type string - The type of the types object.
- Request
Headers map[string]interface{} - The headers for the REST call.
- config
Values GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- method
Type String - The REST method to use.
- model
Type String - The type of the types object.
- request
Headers Map<String,Object> - The headers for the REST call.
- config
Values GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key string
- Used to filter by the key of the object.
- method
Type string - The REST method to use.
- model
Type string - The type of the types object.
- request
Headers {[key: string]: any} - The headers for the REST call.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values - Configuration values can be string, objects, or parameters.
- key str
- Used to filter by the key of the object.
- method_
type str - The REST method to use.
- model_
type str - The type of the types object.
- request_
headers Mapping[str, Any] - The headers for the REST call.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- method
Type String - The REST method to use.
- model
Type String - The type of the types object.
- request
Headers Map<Any> - The headers for the REST call.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValues
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config_
param_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values - The configuration parameter values.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Parent Ref - A reference to the object's parent.
- config
Param Property MapValues - The configuration parameter values.
- parent
Ref Property Map - A reference to the object's parent.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValues
- Poll
Condition GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition - Poll
Interval GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval - Poll
Interval GetUnit Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval Unit - Poll
Max GetDuration Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration - Poll
Max GetDuration Unit Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration Unit - Request
Payload GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload - Request
Url GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Url
- Poll
Condition GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition - Poll
Interval GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval - Poll
Interval GetUnit Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval Unit - Poll
Max GetDuration Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration - Poll
Max GetDuration Unit Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration Unit - Request
Payload GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload - Request
Url GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Url
- poll
Condition GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition - poll
Interval GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval - poll
Interval GetUnit Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval Unit - poll
Max GetDuration Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration - poll
Max GetDuration Unit Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration Unit - request
Payload GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload - request
Url GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Url
- poll
Condition GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition - poll
Interval GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval - poll
Interval GetUnit Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval Unit - poll
Max GetDuration Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration - poll
Max GetDuration Unit Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration Unit - request
Payload GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload - request
Url GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Url
- poll_
condition dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition - poll_
interval dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval - poll_
interval_ dataintegration.unit Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Interval Unit - poll_
max_ dataintegration.duration Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration - poll_
max_ dataintegration.duration_ unit Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Max Duration Unit - request_
payload dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload - request_
url dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Url
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesPollCondition
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition Ref Value - The root object reference value.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition Ref Value - The root object reference value.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition Ref Value - The root object reference value.
- parameter
Value string - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition Ref Value - The root object reference value.
- parameter_
value str - Reference to the parameter by its key.
- ref_
value dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Poll Condition Ref Value - The root object reference value.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value Property Map - The root object reference value.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValue
- Expr
String string - The expression string for the object.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Name string
- Used to filter by the name of the object.
- Expr
String string - The expression string for the object.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Name string
- Used to filter by the name of the object.
- expr
String String - The expression string for the object.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- name String
- Used to filter by the name of the object.
- expr
String string - The expression string for the object.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- name string
- Used to filter by the name of the object.
- expr_
string str - The expression string for the object.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- name str
- Used to filter by the name of the object.
- expr
String String - The expression string for the object.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- name String
- Used to filter by the name of the object.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesPollInterval
- Object
Value double - An object value of the parameter.
- Object
Value float64 - An object value of the parameter.
- object
Value Double - An object value of the parameter.
- object
Value number - An object value of the parameter.
- object_
value float - An object value of the parameter.
- object
Value Number - An object value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnit
- String
Value string - A string value of the parameter.
- String
Value string - A string value of the parameter.
- string
Value String - A string value of the parameter.
- string
Value string - A string value of the parameter.
- string_
value str - A string value of the parameter.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesPollMaxDuration
- Object
Value double - An object value of the parameter.
- Object
Value float64 - An object value of the parameter.
- object
Value Double - An object value of the parameter.
- object
Value number - An object value of the parameter.
- object_
value float - An object value of the parameter.
- object
Value Number - An object value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnit
- String
Value string - A string value of the parameter.
- String
Value string - A string value of the parameter.
- string
Value String - A string value of the parameter.
- string
Value string - A string value of the parameter.
- string_
value str - A string value of the parameter.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesRequestPayload
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- Parameter
Value string - Reference to the parameter by its key.
- Ref
Value GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value string - Reference to the parameter by its key.
- ref
Value GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter_
value str - Reference to the parameter by its key.
- ref_
value dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value - The root object reference value.
- parameter
Value String - Reference to the parameter by its key.
- ref
Value Property Map - The root object reference value.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValue
- Config
Values GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Name string
- Used to filter by the name of the object.
- Config
Values GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Name string
- Used to filter by the name of the object.
- config
Values GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- name String
- Used to filter by the name of the object.
- config
Values GetWorkspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- name string
- Used to filter by the name of the object.
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Poll Rest Call Config Config Values Config Param Values Request Payload Ref Value Config Values - Configuration values can be string, objects, or parameters.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- name str
- Used to filter by the name of the object.
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- name String
- Used to filter by the name of the object.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValues
- config
Param Property MapValues - The configuration parameter values.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValues
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParam
- String
Value string - A string value of the parameter.
- String
Value string - A string value of the parameter.
- string
Value String - A string value of the parameter.
- string
Value string - A string value of the parameter.
- string_
value str - A string value of the parameter.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesConfigParamValuesRequestUrl
- String
Value string - A string value of the parameter.
- String
Value string - A string value of the parameter.
- string
Value String - A string value of the parameter.
- string
Value string - A string value of the parameter.
- string_
value str - A string value of the parameter.
- string
Value String - A string value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemPollRestCallConfigConfigValuesParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemRegistryMetadata
- Aggregator
Key string - The owning object's key for this object.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Key string
- Used to filter by the key of the object.
- Labels List<string>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version.
- Aggregator
Key string - The owning object's key for this object.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Key string
- Used to filter by the key of the object.
- Labels []string
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version.
- aggregator
Key String - The owning object's key for this object.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- key String
- Used to filter by the key of the object.
- labels List<String>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer - The registry version.
- aggregator
Key string - The owning object's key for this object.
- is
Favorite boolean - Specifies whether this object is a favorite or not.
- key string
- Used to filter by the key of the object.
- labels string[]
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number - The registry version.
- aggregator_
key str - The owning object's key for this object.
- is_
favorite bool - Specifies whether this object is a favorite or not.
- key str
- Used to filter by the key of the object.
- labels Sequence[str]
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int - The registry version.
- aggregator
Key String - The owning object's key for this object.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- key String
- Used to filter by the key of the object.
- labels List<String>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number - The registry version.
GetWorkspaceTasksTaskSummaryCollectionItemTypedExpression
- Config
Values GetWorkspace Tasks Task Summary Collection Item Typed Expression Config Values - Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Expression string
- The expression string for the object.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Typed Expression Parent Ref - A reference to the object's parent.
- Type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- Config
Values GetWorkspace Tasks Task Summary Collection Item Typed Expression Config Values - Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Expression string
- The expression string for the object.
- Key string
- Used to filter by the key of the object.
- Model
Type string - The type of the types object.
- Model
Version string - The model version of an object.
- Name string
- Used to filter by the name of the object.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Typed Expression Parent Ref - A reference to the object's parent.
- Type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- config
Values GetWorkspace Tasks Task Summary Collection Item Typed Expression Config Values - Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- expression String
- The expression string for the object.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Typed Expression Parent Ref - A reference to the object's parent.
- type String
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- config
Values GetWorkspace Tasks Task Summary Collection Item Typed Expression Config Values - Configuration values can be string, objects, or parameters.
- description string
- Detailed description for the object.
- expression string
- The expression string for the object.
- key string
- Used to filter by the key of the object.
- model
Type string - The type of the types object.
- model
Version string - The model version of an object.
- name string
- Used to filter by the name of the object.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Typed Expression Parent Ref - A reference to the object's parent.
- type string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- config_
values dataintegration.Get Workspace Tasks Task Summary Collection Item Typed Expression Config Values - Configuration values can be string, objects, or parameters.
- description str
- Detailed description for the object.
- expression str
- The expression string for the object.
- key str
- Used to filter by the key of the object.
- model_
type str - The type of the types object.
- model_
version str - The model version of an object.
- name str
- Used to filter by the name of the object.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Typed Expression Parent Ref - A reference to the object's parent.
- type str
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- config
Values Property Map - Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- expression String
- The expression string for the object.
- key String
- Used to filter by the key of the object.
- model
Type String - The type of the types object.
- model
Version String - The model version of an object.
- name String
- Used to filter by the name of the object.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref Property Map - A reference to the object's parent.
- type String
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
GetWorkspaceTasksTaskSummaryCollectionItemTypedExpressionConfigValues
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Typed Expression Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Typed Expression Config Values Parent Ref - A reference to the object's parent.
- Config
Param GetValues Workspace Tasks Task Summary Collection Item Typed Expression Config Values Config Param Values - The configuration parameter values.
- Parent
Ref GetWorkspace Tasks Task Summary Collection Item Typed Expression Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Typed Expression Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Typed Expression Config Values Parent Ref - A reference to the object's parent.
- config
Param GetValues Workspace Tasks Task Summary Collection Item Typed Expression Config Values Config Param Values - The configuration parameter values.
- parent
Ref GetWorkspace Tasks Task Summary Collection Item Typed Expression Config Values Parent Ref - A reference to the object's parent.
- config_
param_ dataintegration.values Get Workspace Tasks Task Summary Collection Item Typed Expression Config Values Config Param Values - The configuration parameter values.
- parent_
ref dataintegration.Get Workspace Tasks Task Summary Collection Item Typed Expression Config Values Parent Ref - A reference to the object's parent.
- config
Param Property MapValues - The configuration parameter values.
- parent
Ref Property Map - A reference to the object's parent.
GetWorkspaceTasksTaskSummaryCollectionItemTypedExpressionConfigValuesConfigParamValues
GetWorkspaceTasksTaskSummaryCollectionItemTypedExpressionConfigValuesConfigParamValuesLength
- Int
Value int - An integer value of the parameter.
- Int
Value int - An integer value of the parameter.
- int
Value Integer - An integer value of the parameter.
- int
Value number - An integer value of the parameter.
- int_
value int - An integer value of the parameter.
- int
Value Number - An integer value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemTypedExpressionConfigValuesConfigParamValuesScale
- Int
Value int - An integer value of the parameter.
- Int
Value int - An integer value of the parameter.
- int
Value Integer - An integer value of the parameter.
- int
Value number - An integer value of the parameter.
- int_
value int - An integer value of the parameter.
- int
Value Number - An integer value of the parameter.
GetWorkspaceTasksTaskSummaryCollectionItemTypedExpressionConfigValuesParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceTasksTaskSummaryCollectionItemTypedExpressionParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi