1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataIntegration
  5. getWorkspaceTask
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.DataIntegration.getWorkspaceTask

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

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

Retrieves a task using the specified identifier.

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
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.GetWorkspaceTaskArgs;
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 testWorkspaceTask = DataIntegrationFunctions.getWorkspaceTask(GetWorkspaceTaskArgs.builder()
            .taskKey(workspaceTaskTaskKey)
            .workspaceId(testWorkspace.id())
            .expandReferences(workspaceTaskExpandReferences)
            .build());

    }
}
Copy
variables:
  testWorkspaceTask:
    fn::invoke:
      function: oci:DataIntegration:getWorkspaceTask
      arguments:
        taskKey: ${workspaceTaskTaskKey}
        workspaceId: ${testWorkspace.id}
        expandReferences: ${workspaceTaskExpandReferences}
Copy

Using getWorkspaceTask

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 getWorkspaceTask(args: GetWorkspaceTaskArgs, opts?: InvokeOptions): Promise<GetWorkspaceTaskResult>
function getWorkspaceTaskOutput(args: GetWorkspaceTaskOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceTaskResult>
Copy
def get_workspace_task(expand_references: Optional[str] = None,
                       key: Optional[str] = None,
                       workspace_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetWorkspaceTaskResult
def get_workspace_task_output(expand_references: Optional[pulumi.Input[str]] = None,
                       key: Optional[pulumi.Input[str]] = None,
                       workspace_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceTaskResult]
Copy
func GetWorkspaceTask(ctx *Context, args *GetWorkspaceTaskArgs, opts ...InvokeOption) (*GetWorkspaceTaskResult, error)
func GetWorkspaceTaskOutput(ctx *Context, args *GetWorkspaceTaskOutputArgs, opts ...InvokeOption) GetWorkspaceTaskResultOutput
Copy

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

public static class GetWorkspaceTask 
{
    public static Task<GetWorkspaceTaskResult> InvokeAsync(GetWorkspaceTaskArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkspaceTaskResult> Invoke(GetWorkspaceTaskInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWorkspaceTaskResult> getWorkspaceTask(GetWorkspaceTaskArgs args, InvokeOptions options)
public static Output<GetWorkspaceTaskResult> getWorkspaceTask(GetWorkspaceTaskArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DataIntegration/getWorkspaceTask:getWorkspaceTask
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ExpandReferences This property is required. string
Used to expand references of the object. If value is true, then all referenced objects are expanded. If value is false, then shallow objects are returned in place of references. Default is false. Example: ?expandReferences=true returns all objects of type data loader task
Key This property is required. string
The key of the object.
WorkspaceId This property is required. string
The workspace ID.
ExpandReferences This property is required. string
Used to expand references of the object. If value is true, then all referenced objects are expanded. If value is false, then shallow objects are returned in place of references. Default is false. Example: ?expandReferences=true returns all objects of type data loader task
Key This property is required. string
The key of the object.
WorkspaceId This property is required. string
The workspace ID.
expandReferences This property is required. String
Used to expand references of the object. If value is true, then all referenced objects are expanded. If value is false, then shallow objects are returned in place of references. Default is false. Example: ?expandReferences=true returns all objects of type data loader task
key This property is required. String
The key of the object.
workspaceId This property is required. String
The workspace ID.
expandReferences This property is required. string
Used to expand references of the object. If value is true, then all referenced objects are expanded. If value is false, then shallow objects are returned in place of references. Default is false. Example: ?expandReferences=true returns all objects of type data loader task
key This property is required. string
The key of the object.
workspaceId This property is required. string
The workspace ID.
expand_references This property is required. str
Used to expand references of the object. If value is true, then all referenced objects are expanded. If value is false, then shallow objects are returned in place of references. Default is false. Example: ?expandReferences=true returns all objects of type data loader task
key This property is required. str
The key of the object.
workspace_id This property is required. str
The workspace ID.
expandReferences This property is required. String
Used to expand references of the object. If value is true, then all referenced objects are expanded. If value is false, then shallow objects are returned in place of references. Default is false. Example: ?expandReferences=true returns all objects of type data loader task
key This property is required. String
The key of the object.
workspaceId This property is required. String
The workspace ID.

getWorkspaceTask Result

The following output properties are available:

ApiCallMode string
The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
AuthConfigs List<GetWorkspaceTaskAuthConfig>
Authentication configuration for Generic REST invocation.
CancelRestCallConfigs List<GetWorkspaceTaskCancelRestCallConfig>
The REST API configuration for cancelling the task.
ConfigProviderDelegates List<GetWorkspaceTaskConfigProviderDelegate>
The information about the configuration provider.
Description string
Detailed description for the object.
ExecuteRestCallConfigs List<GetWorkspaceTaskExecuteRestCallConfig>
The REST API configuration for execution.
ExpandReferences string
Id string
Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
InputPorts List<GetWorkspaceTaskInputPort>
An array of input ports.
IsSingleLoad bool
Defines whether Data Loader task is used for single load or multiple
Key string
The key of the object.
KeyMap Dictionary<string, string>
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
Metadatas List<GetWorkspaceTaskMetadata>
A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType string
The type of the types object.
ModelVersion string
The model version of an 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.
ObjectStatus int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
OpConfigValues List<GetWorkspaceTaskOpConfigValue>
Configuration values can be string, objects, or parameters.
Operation string
Describes the shape of the execution result
OutputPorts List<GetWorkspaceTaskOutputPort>
An array of output ports.
ParallelLoadLimit int
Defines the number of entities being loaded in parallel at a time for a Data Loader task
Parameters List<GetWorkspaceTaskParameter>
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
ParentReves List<GetWorkspaceTaskParentRef>
A reference to the object's parent.
PollRestCallConfigs List<GetWorkspaceTaskPollRestCallConfig>
The REST API configuration for polling.
RegistryMetadatas List<GetWorkspaceTaskRegistryMetadata>
Information about the object and its parent.
TypedExpressions List<GetWorkspaceTaskTypedExpression>
List of typed expressions.
WorkspaceId string
ApiCallMode string
The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
AuthConfigs []GetWorkspaceTaskAuthConfig
Authentication configuration for Generic REST invocation.
CancelRestCallConfigs []GetWorkspaceTaskCancelRestCallConfig
The REST API configuration for cancelling the task.
ConfigProviderDelegates []GetWorkspaceTaskConfigProviderDelegate
The information about the configuration provider.
Description string
Detailed description for the object.
ExecuteRestCallConfigs []GetWorkspaceTaskExecuteRestCallConfig
The REST API configuration for execution.
ExpandReferences string
Id string
Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
InputPorts []GetWorkspaceTaskInputPort
An array of input ports.
IsSingleLoad bool
Defines whether Data Loader task is used for single load or multiple
Key string
The key of the object.
KeyMap map[string]string
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
Metadatas []GetWorkspaceTaskMetadata
A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType string
The type of the types object.
ModelVersion string
The model version of an 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.
ObjectStatus int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
OpConfigValues []GetWorkspaceTaskOpConfigValue
Configuration values can be string, objects, or parameters.
Operation string
Describes the shape of the execution result
OutputPorts []GetWorkspaceTaskOutputPort
An array of output ports.
ParallelLoadLimit int
Defines the number of entities being loaded in parallel at a time for a Data Loader task
Parameters []GetWorkspaceTaskParameter
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
ParentReves []GetWorkspaceTaskParentRef
A reference to the object's parent.
PollRestCallConfigs []GetWorkspaceTaskPollRestCallConfig
The REST API configuration for polling.
RegistryMetadatas []GetWorkspaceTaskRegistryMetadata
Information about the object and its parent.
TypedExpressions []GetWorkspaceTaskTypedExpression
List of typed expressions.
WorkspaceId string
apiCallMode String
The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
authConfigs List<GetWorkspaceTaskAuthConfig>
Authentication configuration for Generic REST invocation.
cancelRestCallConfigs List<GetWorkspaceTaskCancelRestCallConfig>
The REST API configuration for cancelling the task.
configProviderDelegates List<GetWorkspaceTaskConfigProviderDelegate>
The information about the configuration provider.
description String
Detailed description for the object.
executeRestCallConfigs List<GetWorkspaceTaskExecuteRestCallConfig>
The REST API configuration for execution.
expandReferences String
id String
identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
inputPorts List<GetWorkspaceTaskInputPort>
An array of input ports.
isSingleLoad Boolean
Defines whether Data Loader task is used for single load or multiple
key String
The key of the object.
keyMap Map<String,String>
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
metadatas List<GetWorkspaceTaskMetadata>
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType String
The type of the types object.
modelVersion String
The model version of an 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.
objectStatus Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Integer
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
opConfigValues List<GetWorkspaceTaskOpConfigValue>
Configuration values can be string, objects, or parameters.
operation String
Describes the shape of the execution result
outputPorts List<GetWorkspaceTaskOutputPort>
An array of output ports.
parallelLoadLimit Integer
Defines the number of entities being loaded in parallel at a time for a Data Loader task
parameters List<GetWorkspaceTaskParameter>
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
parentReves List<GetWorkspaceTaskParentRef>
A reference to the object's parent.
pollRestCallConfigs List<GetWorkspaceTaskPollRestCallConfig>
The REST API configuration for polling.
registryMetadatas List<GetWorkspaceTaskRegistryMetadata>
Information about the object and its parent.
typedExpressions List<GetWorkspaceTaskTypedExpression>
List of typed expressions.
workspaceId String
apiCallMode string
The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
authConfigs GetWorkspaceTaskAuthConfig[]
Authentication configuration for Generic REST invocation.
cancelRestCallConfigs GetWorkspaceTaskCancelRestCallConfig[]
The REST API configuration for cancelling the task.
configProviderDelegates GetWorkspaceTaskConfigProviderDelegate[]
The information about the configuration provider.
description string
Detailed description for the object.
executeRestCallConfigs GetWorkspaceTaskExecuteRestCallConfig[]
The REST API configuration for execution.
expandReferences string
id string
identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
inputPorts GetWorkspaceTaskInputPort[]
An array of input ports.
isSingleLoad boolean
Defines whether Data Loader task is used for single load or multiple
key string
The key of the object.
keyMap {[key: string]: string}
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
metadatas GetWorkspaceTaskMetadata[]
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType string
The type of the types object.
modelVersion string
The model version of an 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.
objectStatus number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion number
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
opConfigValues GetWorkspaceTaskOpConfigValue[]
Configuration values can be string, objects, or parameters.
operation string
Describes the shape of the execution result
outputPorts GetWorkspaceTaskOutputPort[]
An array of output ports.
parallelLoadLimit number
Defines the number of entities being loaded in parallel at a time for a Data Loader task
parameters GetWorkspaceTaskParameter[]
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
parentReves GetWorkspaceTaskParentRef[]
A reference to the object's parent.
pollRestCallConfigs GetWorkspaceTaskPollRestCallConfig[]
The REST API configuration for polling.
registryMetadatas GetWorkspaceTaskRegistryMetadata[]
Information about the object and its parent.
typedExpressions GetWorkspaceTaskTypedExpression[]
List of typed expressions.
workspaceId string
api_call_mode str
The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
auth_configs Sequence[dataintegration.GetWorkspaceTaskAuthConfig]
Authentication configuration for Generic REST invocation.
cancel_rest_call_configs Sequence[dataintegration.GetWorkspaceTaskCancelRestCallConfig]
The REST API configuration for cancelling the task.
config_provider_delegates Sequence[dataintegration.GetWorkspaceTaskConfigProviderDelegate]
The information about the configuration provider.
description str
Detailed description for the object.
execute_rest_call_configs Sequence[dataintegration.GetWorkspaceTaskExecuteRestCallConfig]
The REST API configuration for execution.
expand_references str
id str
identifier str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
input_ports Sequence[dataintegration.GetWorkspaceTaskInputPort]
An array of input ports.
is_single_load bool
Defines whether Data Loader task is used for single load or multiple
key str
The key of the object.
key_map Mapping[str, str]
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
metadatas Sequence[dataintegration.GetWorkspaceTaskMetadata]
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
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
object_status int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
object_version int
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
op_config_values Sequence[dataintegration.GetWorkspaceTaskOpConfigValue]
Configuration values can be string, objects, or parameters.
operation str
Describes the shape of the execution result
output_ports Sequence[dataintegration.GetWorkspaceTaskOutputPort]
An array of output ports.
parallel_load_limit int
Defines the number of entities being loaded in parallel at a time for a Data Loader task
parameters Sequence[dataintegration.GetWorkspaceTaskParameter]
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
parent_reves Sequence[dataintegration.GetWorkspaceTaskParentRef]
A reference to the object's parent.
poll_rest_call_configs Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfig]
The REST API configuration for polling.
registry_metadatas Sequence[dataintegration.GetWorkspaceTaskRegistryMetadata]
Information about the object and its parent.
typed_expressions Sequence[dataintegration.GetWorkspaceTaskTypedExpression]
List of typed expressions.
workspace_id str
apiCallMode String
The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
authConfigs List<Property Map>
Authentication configuration for Generic REST invocation.
cancelRestCallConfigs List<Property Map>
The REST API configuration for cancelling the task.
configProviderDelegates List<Property Map>
The information about the configuration provider.
description String
Detailed description for the object.
executeRestCallConfigs List<Property Map>
The REST API configuration for execution.
expandReferences String
id String
identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
inputPorts List<Property Map>
An array of input ports.
isSingleLoad Boolean
Defines whether Data Loader task is used for single load or multiple
key String
The key of the object.
keyMap Map<String>
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
metadatas List<Property Map>
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType String
The type of the types object.
modelVersion String
The model version of an 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.
objectStatus Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Number
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
opConfigValues List<Property Map>
Configuration values can be string, objects, or parameters.
operation String
Describes the shape of the execution result
outputPorts List<Property Map>
An array of output ports.
parallelLoadLimit Number
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.
parentReves List<Property Map>
A reference to the object's parent.
pollRestCallConfigs List<Property Map>
The REST API configuration for polling.
registryMetadatas List<Property Map>
Information about the object and its parent.
typedExpressions List<Property Map>
List of typed expressions.
workspaceId String

Supporting Types

GetWorkspaceTaskAuthConfig

Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
ParentReves This property is required. List<GetWorkspaceTaskAuthConfigParentRef>
A reference to the object's parent.
ResourcePrincipalSource This property is required. string
The Oracle Cloud Infrastructure resource type that will supply the authentication token
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
ParentReves This property is required. []GetWorkspaceTaskAuthConfigParentRef
A reference to the object's parent.
ResourcePrincipalSource This property is required. string
The Oracle Cloud Infrastructure resource type that will supply the authentication token
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
parentReves This property is required. List<GetWorkspaceTaskAuthConfigParentRef>
A reference to the object's parent.
resourcePrincipalSource This property is required. String
The Oracle Cloud Infrastructure resource type that will supply the authentication token
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
parentReves This property is required. GetWorkspaceTaskAuthConfigParentRef[]
A reference to the object's parent.
resourcePrincipalSource This property is required. string
The Oracle Cloud Infrastructure resource type that will supply the authentication token
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskAuthConfigParentRef]
A reference to the object's parent.
resource_principal_source This property is required. str
The Oracle Cloud Infrastructure resource type that will supply the authentication token
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
parentReves This property is required. List<Property Map>
A reference to the object's parent.
resourcePrincipalSource This property is required. String
The Oracle Cloud Infrastructure resource type that will supply the authentication token

GetWorkspaceTaskAuthConfigParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskCancelRestCallConfig

ConfigValues This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValue>
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
MethodType This property is required. string
The REST method to use.
ModelType This property is required. string
The type of the types object.
RequestHeaders This property is required. Dictionary<string, string>
The headers for the REST call.
ConfigValues This property is required. []GetWorkspaceTaskCancelRestCallConfigConfigValue
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
MethodType This property is required. string
The REST method to use.
ModelType This property is required. string
The type of the types object.
RequestHeaders This property is required. map[string]string
The headers for the REST call.
configValues This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValue>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
methodType This property is required. String
The REST method to use.
modelType This property is required. String
The type of the types object.
requestHeaders This property is required. Map<String,String>
The headers for the REST call.
configValues This property is required. GetWorkspaceTaskCancelRestCallConfigConfigValue[]
Configuration values can be string, objects, or parameters.
key This property is required. string
The key of the object.
methodType This property is required. string
The REST method to use.
modelType This property is required. string
The type of the types object.
requestHeaders This property is required. {[key: string]: string}
The headers for the REST call.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskCancelRestCallConfigConfigValue]
Configuration values can be string, objects, or parameters.
key This property is required. str
The key of the object.
method_type This property is required. str
The REST method to use.
model_type This property is required. str
The type of the types object.
request_headers This property is required. Mapping[str, str]
The headers for the REST call.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
methodType This property is required. String
The REST method to use.
modelType This property is required. String
The type of the types object.
requestHeaders This property is required. Map<String>
The headers for the REST call.

GetWorkspaceTaskCancelRestCallConfigConfigValue

ConfigParamValues This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValue>
The configuration parameter values.
ParentReves This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValueParentRef>
A reference to the object's parent.
ConfigParamValues This property is required. []GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValue
The configuration parameter values.
ParentReves This property is required. []GetWorkspaceTaskCancelRestCallConfigConfigValueParentRef
A reference to the object's parent.
configParamValues This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValue>
The configuration parameter values.
parentReves This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValueParentRef>
A reference to the object's parent.
configParamValues This property is required. GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValue[]
The configuration parameter values.
parentReves This property is required. GetWorkspaceTaskCancelRestCallConfigConfigValueParentRef[]
A reference to the object's parent.
configParamValues This property is required. List<Property Map>
The configuration parameter values.
parentReves This property is required. List<Property Map>
A reference to the object's parent.

GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValue

requestPayloads This property is required. List<Property Map>
requestUrls This property is required. List<Property Map>

GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayload

ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue>
The root object reference value.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. []GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue
The root object reference value.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue>
The root object reference value.
parameterValue This property is required. string
Reference to the parameter by its key.
refValues This property is required. GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue[]
The root object reference value.
parameter_value This property is required. str
Reference to the parameter by its key.
ref_values This property is required. Sequence[dataintegration.GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue]
The root object reference value.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<Property Map>
The root object reference value.

GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue

ConfigValues This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue>
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ConfigValues This property is required. []GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
configValues This property is required. List<GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
configValues This property is required. GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue[]
Configuration values can be string, objects, or parameters.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue]
Configuration values can be string, objects, or parameters.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.

GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue

configParamValues This property is required. List<Property Map>
The configuration parameter values.

GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValue

dataParams This property is required. List<Property Map>

GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValueDataParam

StringValue This property is required. string
A string value of the parameter.
StringValue This property is required. string
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.
stringValue This property is required. string
A string value of the parameter.
string_value This property is required. str
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestUrl

StringValue This property is required. string
A string value of the parameter.
StringValue This property is required. string
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.
stringValue This property is required. string
A string value of the parameter.
string_value This property is required. str
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskCancelRestCallConfigConfigValueParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskConfigProviderDelegate

bindings This property is required. List<Property Map>

GetWorkspaceTaskConfigProviderDelegateBinding

Key This property is required. string
The key of the object.
ParameterValues This property is required. List<GetWorkspaceTaskConfigProviderDelegateBindingParameterValue>
Key This property is required. string
The key of the object.
ParameterValues This property is required. []GetWorkspaceTaskConfigProviderDelegateBindingParameterValue
key This property is required. String
The key of the object.
parameterValues This property is required. List<GetWorkspaceTaskConfigProviderDelegateBindingParameterValue>
key This property is required. string
The key of the object.
parameterValues This property is required. GetWorkspaceTaskConfigProviderDelegateBindingParameterValue[]
key This property is required. str
The key of the object.
parameter_values This property is required. Sequence[dataintegration.GetWorkspaceTaskConfigProviderDelegateBindingParameterValue]
key This property is required. String
The key of the object.
parameterValues This property is required. List<Property Map>

GetWorkspaceTaskConfigProviderDelegateBindingParameterValue

RootObjectValues This property is required. List<GetWorkspaceTaskConfigProviderDelegateBindingParameterValueRootObjectValue>
The root object value, used in custom parameters.
SimpleValue This property is required. string
RootObjectValues This property is required. []GetWorkspaceTaskConfigProviderDelegateBindingParameterValueRootObjectValue
The root object value, used in custom parameters.
SimpleValue This property is required. string
rootObjectValues This property is required. List<GetWorkspaceTaskConfigProviderDelegateBindingParameterValueRootObjectValue>
The root object value, used in custom parameters.
simpleValue This property is required. String
rootObjectValues This property is required. GetWorkspaceTaskConfigProviderDelegateBindingParameterValueRootObjectValue[]
The root object value, used in custom parameters.
simpleValue This property is required. string
root_object_values This property is required. Sequence[dataintegration.GetWorkspaceTaskConfigProviderDelegateBindingParameterValueRootObjectValue]
The root object value, used in custom parameters.
simple_value This property is required. str
rootObjectValues This property is required. List<Property Map>
The root object value, used in custom parameters.
simpleValue This property is required. String

GetWorkspaceTaskConfigProviderDelegateBindingParameterValueRootObjectValue

Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

GetWorkspaceTaskExecuteRestCallConfig

ConfigValues This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValue>
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
MethodType This property is required. string
The REST method to use.
ModelType This property is required. string
The type of the types object.
RequestHeaders This property is required. Dictionary<string, string>
The headers for the REST call.
ConfigValues This property is required. []GetWorkspaceTaskExecuteRestCallConfigConfigValue
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
MethodType This property is required. string
The REST method to use.
ModelType This property is required. string
The type of the types object.
RequestHeaders This property is required. map[string]string
The headers for the REST call.
configValues This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValue>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
methodType This property is required. String
The REST method to use.
modelType This property is required. String
The type of the types object.
requestHeaders This property is required. Map<String,String>
The headers for the REST call.
configValues This property is required. GetWorkspaceTaskExecuteRestCallConfigConfigValue[]
Configuration values can be string, objects, or parameters.
key This property is required. string
The key of the object.
methodType This property is required. string
The REST method to use.
modelType This property is required. string
The type of the types object.
requestHeaders This property is required. {[key: string]: string}
The headers for the REST call.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskExecuteRestCallConfigConfigValue]
Configuration values can be string, objects, or parameters.
key This property is required. str
The key of the object.
method_type This property is required. str
The REST method to use.
model_type This property is required. str
The type of the types object.
request_headers This property is required. Mapping[str, str]
The headers for the REST call.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
methodType This property is required. String
The REST method to use.
modelType This property is required. String
The type of the types object.
requestHeaders This property is required. Map<String>
The headers for the REST call.

GetWorkspaceTaskExecuteRestCallConfigConfigValue

ConfigParamValues This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValue>
The configuration parameter values.
ParentReves This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValueParentRef>
A reference to the object's parent.
ConfigParamValues This property is required. []GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValue
The configuration parameter values.
ParentReves This property is required. []GetWorkspaceTaskExecuteRestCallConfigConfigValueParentRef
A reference to the object's parent.
configParamValues This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValue>
The configuration parameter values.
parentReves This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValueParentRef>
A reference to the object's parent.
configParamValues This property is required. GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValue[]
The configuration parameter values.
parentReves This property is required. GetWorkspaceTaskExecuteRestCallConfigConfigValueParentRef[]
A reference to the object's parent.
configParamValues This property is required. List<Property Map>
The configuration parameter values.
parentReves This property is required. List<Property Map>
A reference to the object's parent.

GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValue

requestPayloads This property is required. List<Property Map>
requestUrls This property is required. List<Property Map>

GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayload

ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue>
The root object reference value.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. []GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue
The root object reference value.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue>
The root object reference value.
parameterValue This property is required. string
Reference to the parameter by its key.
refValues This property is required. GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue[]
The root object reference value.
parameter_value This property is required. str
Reference to the parameter by its key.
ref_values This property is required. Sequence[dataintegration.GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue]
The root object reference value.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<Property Map>
The root object reference value.

GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue

ConfigValues This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue>
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ConfigValues This property is required. []GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
configValues This property is required. List<GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
configValues This property is required. GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue[]
Configuration values can be string, objects, or parameters.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue]
Configuration values can be string, objects, or parameters.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.

GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue

configParamValues This property is required. List<Property Map>
The configuration parameter values.

GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValue

dataParams This property is required. List<Property Map>

GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValueDataParam

StringValue This property is required. string
A string value of the parameter.
StringValue This property is required. string
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.
stringValue This property is required. string
A string value of the parameter.
string_value This property is required. str
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestUrl

StringValue This property is required. string
A string value of the parameter.
StringValue This property is required. string
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.
stringValue This property is required. string
A string value of the parameter.
string_value This property is required. str
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskExecuteRestCallConfigConfigValueParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskInputPort

ConfigValues This property is required. List<GetWorkspaceTaskInputPortConfigValue>
Configuration values can be string, objects, or parameters.
Description This property is required. string
Detailed description for the object.
Fields This property is required. List<string>
An array of fields.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ParentReves This property is required. List<GetWorkspaceTaskInputPortParentRef>
A reference to the object's parent.
PortType This property is required. string
The port details for the data asset.Type.
ConfigValues This property is required. []GetWorkspaceTaskInputPortConfigValue
Configuration values can be string, objects, or parameters.
Description This property is required. string
Detailed description for the object.
Fields This property is required. []string
An array of fields.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ParentReves This property is required. []GetWorkspaceTaskInputPortParentRef
A reference to the object's parent.
PortType This property is required. string
The port details for the data asset.Type.
configValues This property is required. List<GetWorkspaceTaskInputPortConfigValue>
Configuration values can be string, objects, or parameters.
description This property is required. String
Detailed description for the object.
fields This property is required. List<String>
An array of fields.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. List<GetWorkspaceTaskInputPortParentRef>
A reference to the object's parent.
portType This property is required. String
The port details for the data asset.Type.
configValues This property is required. GetWorkspaceTaskInputPortConfigValue[]
Configuration values can be string, objects, or parameters.
description This property is required. string
Detailed description for the object.
fields This property is required. string[]
An array of fields.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. GetWorkspaceTaskInputPortParentRef[]
A reference to the object's parent.
portType This property is required. string
The port details for the data asset.Type.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskInputPortConfigValue]
Configuration values can be string, objects, or parameters.
description This property is required. str
Detailed description for the object.
fields This property is required. Sequence[str]
An array of fields.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskInputPortParentRef]
A reference to the object's parent.
port_type This property is required. str
The port details for the data asset.Type.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
description This property is required. String
Detailed description for the object.
fields This property is required. List<String>
An array of fields.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. List<Property Map>
A reference to the object's parent.
portType This property is required. String
The port details for the data asset.Type.

GetWorkspaceTaskInputPortConfigValue

ConfigParamValues This property is required. List<GetWorkspaceTaskInputPortConfigValueConfigParamValue>
The configuration parameter values.
ParentReves This property is required. List<GetWorkspaceTaskInputPortConfigValueParentRef>
A reference to the object's parent.
ConfigParamValues This property is required. []GetWorkspaceTaskInputPortConfigValueConfigParamValue
The configuration parameter values.
ParentReves This property is required. []GetWorkspaceTaskInputPortConfigValueParentRef
A reference to the object's parent.
configParamValues This property is required. List<GetWorkspaceTaskInputPortConfigValueConfigParamValue>
The configuration parameter values.
parentReves This property is required. List<GetWorkspaceTaskInputPortConfigValueParentRef>
A reference to the object's parent.
configParamValues This property is required. GetWorkspaceTaskInputPortConfigValueConfigParamValue[]
The configuration parameter values.
parentReves This property is required. GetWorkspaceTaskInputPortConfigValueParentRef[]
A reference to the object's parent.
config_param_values This property is required. Sequence[dataintegration.GetWorkspaceTaskInputPortConfigValueConfigParamValue]
The configuration parameter values.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskInputPortConfigValueParentRef]
A reference to the object's parent.
configParamValues This property is required. List<Property Map>
The configuration parameter values.
parentReves This property is required. List<Property Map>
A reference to the object's parent.

GetWorkspaceTaskInputPortConfigValueConfigParamValue

IntValue This property is required. int
An integer value of the parameter.
ObjectValue This property is required. string
An object value of the parameter.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValue This property is required. string
The root object reference value.
RootObjectValue This property is required. string
The root object value, used in custom parameters.
StringValue This property is required. string
A string value of the parameter.
IntValue This property is required. int
An integer value of the parameter.
ObjectValue This property is required. string
An object value of the parameter.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValue This property is required. string
The root object reference value.
RootObjectValue This property is required. string
The root object value, used in custom parameters.
StringValue This property is required. string
A string value of the parameter.
intValue This property is required. Integer
An integer value of the parameter.
objectValue This property is required. String
An object value of the parameter.
parameterValue This property is required. String
Reference to the parameter by its key.
refValue This property is required. String
The root object reference value.
rootObjectValue This property is required. String
The root object value, used in custom parameters.
stringValue This property is required. String
A string value of the parameter.
intValue This property is required. number
An integer value of the parameter.
objectValue This property is required. string
An object value of the parameter.
parameterValue This property is required. string
Reference to the parameter by its key.
refValue This property is required. string
The root object reference value.
rootObjectValue This property is required. string
The root object value, used in custom parameters.
stringValue This property is required. string
A string value of the parameter.
int_value This property is required. int
An integer value of the parameter.
object_value This property is required. str
An object value of the parameter.
parameter_value This property is required. str
Reference to the parameter by its key.
ref_value This property is required. str
The root object reference value.
root_object_value This property is required. str
The root object value, used in custom parameters.
string_value This property is required. str
A string value of the parameter.
intValue This property is required. Number
An integer value of the parameter.
objectValue This property is required. String
An object value of the parameter.
parameterValue This property is required. String
Reference to the parameter by its key.
refValue This property is required. String
The root object reference value.
rootObjectValue This property is required. String
The root object value, used in custom parameters.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskInputPortConfigValueParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskInputPortParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskMetadata

AggregatorKey This property is required. string
The owning object's key for this object.
Aggregators This property is required. List<GetWorkspaceTaskMetadataAggregator>
A summary type containing information about the object's aggregator including its type, key, name and description.
CountStatistics This property is required. List<GetWorkspaceTaskMetadataCountStatistic>
A count statistics.
CreatedBy This property is required. string
The user that created the object.
CreatedByName This property is required. string
The user that created the object.
IdentifierPath This property is required. string
The full path to identify this object.
InfoFields This property is required. Dictionary<string, string>
Information property fields.
IsFavorite This property is required. bool
Specifies whether this object is a favorite or not.
Labels This property is required. List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
RegistryVersion This property is required. int
The registry version.
TimeCreated This property is required. string
The date and time that the object was created.
TimeUpdated This property is required. string
The date and time that the object was updated.
UpdatedBy This property is required. string
The user that updated the object.
UpdatedByName This property is required. string
The user that updated the object.
AggregatorKey This property is required. string
The owning object's key for this object.
Aggregators This property is required. []GetWorkspaceTaskMetadataAggregator
A summary type containing information about the object's aggregator including its type, key, name and description.
CountStatistics This property is required. []GetWorkspaceTaskMetadataCountStatistic
A count statistics.
CreatedBy This property is required. string
The user that created the object.
CreatedByName This property is required. string
The user that created the object.
IdentifierPath This property is required. string
The full path to identify this object.
InfoFields This property is required. map[string]string
Information property fields.
IsFavorite This property is required. bool
Specifies whether this object is a favorite or not.
Labels This property is required. []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.
RegistryVersion This property is required. int
The registry version.
TimeCreated This property is required. string
The date and time that the object was created.
TimeUpdated This property is required. string
The date and time that the object was updated.
UpdatedBy This property is required. string
The user that updated the object.
UpdatedByName This property is required. string
The user that updated the object.
aggregatorKey This property is required. String
The owning object's key for this object.
aggregators This property is required. List<GetWorkspaceTaskMetadataAggregator>
A summary type containing information about the object's aggregator including its type, key, name and description.
countStatistics This property is required. List<GetWorkspaceTaskMetadataCountStatistic>
A count statistics.
createdBy This property is required. String
The user that created the object.
createdByName This property is required. String
The user that created the object.
identifierPath This property is required. String
The full path to identify this object.
infoFields This property is required. Map<String,String>
Information property fields.
isFavorite This property is required. Boolean
Specifies whether this object is a favorite or not.
labels This property is required. List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registryVersion This property is required. Integer
The registry version.
timeCreated This property is required. String
The date and time that the object was created.
timeUpdated This property is required. String
The date and time that the object was updated.
updatedBy This property is required. String
The user that updated the object.
updatedByName This property is required. String
The user that updated the object.
aggregatorKey This property is required. string
The owning object's key for this object.
aggregators This property is required. GetWorkspaceTaskMetadataAggregator[]
A summary type containing information about the object's aggregator including its type, key, name and description.
countStatistics This property is required. GetWorkspaceTaskMetadataCountStatistic[]
A count statistics.
createdBy This property is required. string
The user that created the object.
createdByName This property is required. string
The user that created the object.
identifierPath This property is required. string
The full path to identify this object.
infoFields This property is required. {[key: string]: string}
Information property fields.
isFavorite This property is required. boolean
Specifies whether this object is a favorite or not.
labels This property is required. 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.
registryVersion This property is required. number
The registry version.
timeCreated This property is required. string
The date and time that the object was created.
timeUpdated This property is required. string
The date and time that the object was updated.
updatedBy This property is required. string
The user that updated the object.
updatedByName This property is required. string
The user that updated the object.
aggregator_key This property is required. str
The owning object's key for this object.
aggregators This property is required. Sequence[dataintegration.GetWorkspaceTaskMetadataAggregator]
A summary type containing information about the object's aggregator including its type, key, name and description.
count_statistics This property is required. Sequence[dataintegration.GetWorkspaceTaskMetadataCountStatistic]
A count statistics.
created_by This property is required. str
The user that created the object.
created_by_name This property is required. str
The user that created the object.
identifier_path This property is required. str
The full path to identify this object.
info_fields This property is required. Mapping[str, str]
Information property fields.
is_favorite This property is required. bool
Specifies whether this object is a favorite or not.
labels This property is required. Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registry_version This property is required. int
The registry version.
time_created This property is required. str
The date and time that the object was created.
time_updated This property is required. str
The date and time that the object was updated.
updated_by This property is required. str
The user that updated the object.
updated_by_name This property is required. str
The user that updated the object.
aggregatorKey This property is required. String
The owning object's key for this object.
aggregators This property is required. List<Property Map>
A summary type containing information about the object's aggregator including its type, key, name and description.
countStatistics This property is required. List<Property Map>
A count statistics.
createdBy This property is required. String
The user that created the object.
createdByName This property is required. String
The user that created the object.
identifierPath This property is required. String
The full path to identify this object.
infoFields This property is required. Map<String>
Information property fields.
isFavorite This property is required. Boolean
Specifies whether this object is a favorite or not.
labels This property is required. List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registryVersion This property is required. Number
The registry version.
timeCreated This property is required. String
The date and time that the object was created.
timeUpdated This property is required. String
The date and time that the object was updated.
updatedBy This property is required. String
The user that updated the object.
updatedByName This property is required. String
The user that updated the object.

GetWorkspaceTaskMetadataAggregator

Description This property is required. string
Detailed description for the object.
Identifier This property is required. string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Key This property is required. string
The key of the object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Type This property is required. string
The object type.
Description This property is required. string
Detailed description for the object.
Identifier This property is required. string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Key This property is required. string
The key of the object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Type This property is required. string
The object type.
description This property is required. String
Detailed description for the object.
identifier This property is required. String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key This property is required. String
The key of the object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
type This property is required. String
The object type.
description This property is required. string
Detailed description for the object.
identifier This property is required. string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key This property is required. string
The key of the object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
type This property is required. string
The object type.
description This property is required. str
Detailed description for the object.
identifier This property is required. str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key This property is required. str
The key of the object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
type This property is required. str
The object type.
description This property is required. String
Detailed description for the object.
identifier This property is required. String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key This property is required. String
The key of the object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
type This property is required. String
The object type.

GetWorkspaceTaskMetadataCountStatistic

objectTypeCountLists This property is required. List<Property Map>
The array of statistics.

GetWorkspaceTaskMetadataCountStatisticObjectTypeCountList

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

GetWorkspaceTaskOpConfigValue

ConfigParamValues This property is required. List<GetWorkspaceTaskOpConfigValueConfigParamValue>
The configuration parameter values.
ParentReves This property is required. List<GetWorkspaceTaskOpConfigValueParentRef>
A reference to the object's parent.
ConfigParamValues This property is required. []GetWorkspaceTaskOpConfigValueConfigParamValue
The configuration parameter values.
ParentReves This property is required. []GetWorkspaceTaskOpConfigValueParentRef
A reference to the object's parent.
configParamValues This property is required. List<GetWorkspaceTaskOpConfigValueConfigParamValue>
The configuration parameter values.
parentReves This property is required. List<GetWorkspaceTaskOpConfigValueParentRef>
A reference to the object's parent.
configParamValues This property is required. GetWorkspaceTaskOpConfigValueConfigParamValue[]
The configuration parameter values.
parentReves This property is required. GetWorkspaceTaskOpConfigValueParentRef[]
A reference to the object's parent.
config_param_values This property is required. Sequence[dataintegration.GetWorkspaceTaskOpConfigValueConfigParamValue]
The configuration parameter values.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskOpConfigValueParentRef]
A reference to the object's parent.
configParamValues This property is required. List<Property Map>
The configuration parameter values.
parentReves This property is required. List<Property Map>
A reference to the object's parent.

GetWorkspaceTaskOpConfigValueConfigParamValue

ConfigParamValues This property is required. List<GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValue>
Key This property is required. string
The key of the object.
ConfigParamValues This property is required. []GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValue
Key This property is required. string
The key of the object.
configParamValues This property is required. List<GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValue>
key This property is required. String
The key of the object.
configParamValues This property is required. GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValue[]
key This property is required. string
The key of the object.
config_param_values This property is required. Sequence[dataintegration.GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValue]
key This property is required. str
The key of the object.
configParamValues This property is required. List<Property Map>
key This property is required. String
The key of the object.

GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValue

IntValue This property is required. int
An integer value of the parameter.
ObjectValue This property is required. string
An object value of the parameter.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. List<GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRefValue>
The root object reference value.
RootObjectValues This property is required. List<GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRootObjectValue>
The root object value, used in custom parameters.
StringValue This property is required. string
A string value of the parameter.
IntValue This property is required. int
An integer value of the parameter.
ObjectValue This property is required. string
An object value of the parameter.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. []GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRefValue
The root object reference value.
RootObjectValues This property is required. []GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRootObjectValue
The root object value, used in custom parameters.
StringValue This property is required. string
A string value of the parameter.
intValue This property is required. Integer
An integer value of the parameter.
objectValue This property is required. String
An object value of the parameter.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRefValue>
The root object reference value.
rootObjectValues This property is required. List<GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRootObjectValue>
The root object value, used in custom parameters.
stringValue This property is required. String
A string value of the parameter.
intValue This property is required. number
An integer value of the parameter.
objectValue This property is required. string
An object value of the parameter.
parameterValue This property is required. string
Reference to the parameter by its key.
refValues This property is required. GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRefValue[]
The root object reference value.
rootObjectValues This property is required. GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRootObjectValue[]
The root object value, used in custom parameters.
stringValue This property is required. string
A string value of the parameter.
int_value This property is required. int
An integer value of the parameter.
object_value This property is required. str
An object value of the parameter.
parameter_value This property is required. str
Reference to the parameter by its key.
ref_values This property is required. Sequence[dataintegration.GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRefValue]
The root object reference value.
root_object_values This property is required. Sequence[dataintegration.GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRootObjectValue]
The root object value, used in custom parameters.
string_value This property is required. str
A string value of the parameter.
intValue This property is required. Number
An integer value of the parameter.
objectValue This property is required. String
An object value of the parameter.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<Property Map>
The root object reference value.
rootObjectValues This property is required. List<Property Map>
The root object value, used in custom parameters.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRefValue

Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRootObjectValue

Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

GetWorkspaceTaskOpConfigValueParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskOutputPort

ConfigValues This property is required. List<GetWorkspaceTaskOutputPortConfigValue>
Configuration values can be string, objects, or parameters.
Description This property is required. string
Detailed description for the object.
Fields This property is required. List<string>
An array of fields.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ParentReves This property is required. List<GetWorkspaceTaskOutputPortParentRef>
A reference to the object's parent.
PortType This property is required. string
The port details for the data asset.Type.
ConfigValues This property is required. []GetWorkspaceTaskOutputPortConfigValue
Configuration values can be string, objects, or parameters.
Description This property is required. string
Detailed description for the object.
Fields This property is required. []string
An array of fields.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ParentReves This property is required. []GetWorkspaceTaskOutputPortParentRef
A reference to the object's parent.
PortType This property is required. string
The port details for the data asset.Type.
configValues This property is required. List<GetWorkspaceTaskOutputPortConfigValue>
Configuration values can be string, objects, or parameters.
description This property is required. String
Detailed description for the object.
fields This property is required. List<String>
An array of fields.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. List<GetWorkspaceTaskOutputPortParentRef>
A reference to the object's parent.
portType This property is required. String
The port details for the data asset.Type.
configValues This property is required. GetWorkspaceTaskOutputPortConfigValue[]
Configuration values can be string, objects, or parameters.
description This property is required. string
Detailed description for the object.
fields This property is required. string[]
An array of fields.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. GetWorkspaceTaskOutputPortParentRef[]
A reference to the object's parent.
portType This property is required. string
The port details for the data asset.Type.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskOutputPortConfigValue]
Configuration values can be string, objects, or parameters.
description This property is required. str
Detailed description for the object.
fields This property is required. Sequence[str]
An array of fields.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskOutputPortParentRef]
A reference to the object's parent.
port_type This property is required. str
The port details for the data asset.Type.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
description This property is required. String
Detailed description for the object.
fields This property is required. List<String>
An array of fields.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. List<Property Map>
A reference to the object's parent.
portType This property is required. String
The port details for the data asset.Type.

GetWorkspaceTaskOutputPortConfigValue

ConfigParamValues This property is required. List<GetWorkspaceTaskOutputPortConfigValueConfigParamValue>
The configuration parameter values.
ParentReves This property is required. List<GetWorkspaceTaskOutputPortConfigValueParentRef>
A reference to the object's parent.
ConfigParamValues This property is required. []GetWorkspaceTaskOutputPortConfigValueConfigParamValue
The configuration parameter values.
ParentReves This property is required. []GetWorkspaceTaskOutputPortConfigValueParentRef
A reference to the object's parent.
configParamValues This property is required. List<GetWorkspaceTaskOutputPortConfigValueConfigParamValue>
The configuration parameter values.
parentReves This property is required. List<GetWorkspaceTaskOutputPortConfigValueParentRef>
A reference to the object's parent.
configParamValues This property is required. GetWorkspaceTaskOutputPortConfigValueConfigParamValue[]
The configuration parameter values.
parentReves This property is required. GetWorkspaceTaskOutputPortConfigValueParentRef[]
A reference to the object's parent.
config_param_values This property is required. Sequence[dataintegration.GetWorkspaceTaskOutputPortConfigValueConfigParamValue]
The configuration parameter values.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskOutputPortConfigValueParentRef]
A reference to the object's parent.
configParamValues This property is required. List<Property Map>
The configuration parameter values.
parentReves This property is required. List<Property Map>
A reference to the object's parent.

GetWorkspaceTaskOutputPortConfigValueConfigParamValue

IntValue This property is required. int
An integer value of the parameter.
ObjectValue This property is required. string
An object value of the parameter.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValue This property is required. string
The root object reference value.
RootObjectValue This property is required. string
The root object value, used in custom parameters.
StringValue This property is required. string
A string value of the parameter.
IntValue This property is required. int
An integer value of the parameter.
ObjectValue This property is required. string
An object value of the parameter.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValue This property is required. string
The root object reference value.
RootObjectValue This property is required. string
The root object value, used in custom parameters.
StringValue This property is required. string
A string value of the parameter.
intValue This property is required. Integer
An integer value of the parameter.
objectValue This property is required. String
An object value of the parameter.
parameterValue This property is required. String
Reference to the parameter by its key.
refValue This property is required. String
The root object reference value.
rootObjectValue This property is required. String
The root object value, used in custom parameters.
stringValue This property is required. String
A string value of the parameter.
intValue This property is required. number
An integer value of the parameter.
objectValue This property is required. string
An object value of the parameter.
parameterValue This property is required. string
Reference to the parameter by its key.
refValue This property is required. string
The root object reference value.
rootObjectValue This property is required. string
The root object value, used in custom parameters.
stringValue This property is required. string
A string value of the parameter.
int_value This property is required. int
An integer value of the parameter.
object_value This property is required. str
An object value of the parameter.
parameter_value This property is required. str
Reference to the parameter by its key.
ref_value This property is required. str
The root object reference value.
root_object_value This property is required. str
The root object value, used in custom parameters.
string_value This property is required. str
A string value of the parameter.
intValue This property is required. Number
An integer value of the parameter.
objectValue This property is required. String
An object value of the parameter.
parameterValue This property is required. String
Reference to the parameter by its key.
refValue This property is required. String
The root object reference value.
rootObjectValue This property is required. String
The root object value, used in custom parameters.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskOutputPortConfigValueParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskOutputPortParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskParameter

ConfigValues This property is required. List<GetWorkspaceTaskParameterConfigValue>
Configuration values can be string, objects, or parameters.
DefaultValue This property is required. string
A default value for the vairable.
Description This property is required. string
Detailed description for the object.
IsInput This property is required. bool
Specifies whether the parameter is input value.
IsOutput This property is required. bool
Specifies whether the parameter is output value.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
OutputAggregationType This property is required. string
The output aggregation type.
ParentReves This property is required. List<GetWorkspaceTaskParameterParentRef>
A reference to the object's parent.
RootObjectDefaultValue This property is required. string
A base class for all model types, including First Class and its contained objects.
Type This property is required. string
The object type.
TypeName This property is required. string
The type of value the parameter was created for.
UsedFor This property is required. string
The param name for which parameter is created for for eg. driver Shape, Operation etc.
ConfigValues This property is required. []GetWorkspaceTaskParameterConfigValue
Configuration values can be string, objects, or parameters.
DefaultValue This property is required. string
A default value for the vairable.
Description This property is required. string
Detailed description for the object.
IsInput This property is required. bool
Specifies whether the parameter is input value.
IsOutput This property is required. bool
Specifies whether the parameter is output value.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
OutputAggregationType This property is required. string
The output aggregation type.
ParentReves This property is required. []GetWorkspaceTaskParameterParentRef
A reference to the object's parent.
RootObjectDefaultValue This property is required. string
A base class for all model types, including First Class and its contained objects.
Type This property is required. string
The object type.
TypeName This property is required. string
The type of value the parameter was created for.
UsedFor This property is required. string
The param name for which parameter is created for for eg. driver Shape, Operation etc.
configValues This property is required. List<GetWorkspaceTaskParameterConfigValue>
Configuration values can be string, objects, or parameters.
defaultValue This property is required. String
A default value for the vairable.
description This property is required. String
Detailed description for the object.
isInput This property is required. Boolean
Specifies whether the parameter is input value.
isOutput This property is required. Boolean
Specifies whether the parameter is output value.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
outputAggregationType This property is required. String
The output aggregation type.
parentReves This property is required. List<GetWorkspaceTaskParameterParentRef>
A reference to the object's parent.
rootObjectDefaultValue This property is required. String
A base class for all model types, including First Class and its contained objects.
type This property is required. String
The object type.
typeName This property is required. String
The type of value the parameter was created for.
usedFor This property is required. String
The param name for which parameter is created for for eg. driver Shape, Operation etc.
configValues This property is required. GetWorkspaceTaskParameterConfigValue[]
Configuration values can be string, objects, or parameters.
defaultValue This property is required. string
A default value for the vairable.
description This property is required. string
Detailed description for the object.
isInput This property is required. boolean
Specifies whether the parameter is input value.
isOutput This property is required. boolean
Specifies whether the parameter is output value.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
outputAggregationType This property is required. string
The output aggregation type.
parentReves This property is required. GetWorkspaceTaskParameterParentRef[]
A reference to the object's parent.
rootObjectDefaultValue This property is required. string
A base class for all model types, including First Class and its contained objects.
type This property is required. string
The object type.
typeName This property is required. string
The type of value the parameter was created for.
usedFor This property is required. string
The param name for which parameter is created for for eg. driver Shape, Operation etc.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskParameterConfigValue]
Configuration values can be string, objects, or parameters.
default_value This property is required. str
A default value for the vairable.
description This property is required. str
Detailed description for the object.
is_input This property is required. bool
Specifies whether the parameter is input value.
is_output This property is required. bool
Specifies whether the parameter is output value.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
output_aggregation_type This property is required. str
The output aggregation type.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskParameterParentRef]
A reference to the object's parent.
root_object_default_value This property is required. str
A base class for all model types, including First Class and its contained objects.
type This property is required. str
The object type.
type_name This property is required. str
The type of value the parameter was created for.
used_for This property is required. str
The param name for which parameter is created for for eg. driver Shape, Operation etc.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
defaultValue This property is required. String
A default value for the vairable.
description This property is required. String
Detailed description for the object.
isInput This property is required. Boolean
Specifies whether the parameter is input value.
isOutput This property is required. Boolean
Specifies whether the parameter is output value.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
outputAggregationType This property is required. String
The output aggregation type.
parentReves This property is required. List<Property Map>
A reference to the object's parent.
rootObjectDefaultValue This property is required. String
A base class for all model types, including First Class and its contained objects.
type This property is required. String
The object type.
typeName This property is required. String
The type of value the parameter was created for.
usedFor This property is required. String
The param name for which parameter is created for for eg. driver Shape, Operation etc.

GetWorkspaceTaskParameterConfigValue

ConfigParamValues This property is required. List<GetWorkspaceTaskParameterConfigValueConfigParamValue>
The configuration parameter values.
ParentReves This property is required. List<GetWorkspaceTaskParameterConfigValueParentRef>
A reference to the object's parent.
ConfigParamValues This property is required. []GetWorkspaceTaskParameterConfigValueConfigParamValue
The configuration parameter values.
ParentReves This property is required. []GetWorkspaceTaskParameterConfigValueParentRef
A reference to the object's parent.
configParamValues This property is required. List<GetWorkspaceTaskParameterConfigValueConfigParamValue>
The configuration parameter values.
parentReves This property is required. List<GetWorkspaceTaskParameterConfigValueParentRef>
A reference to the object's parent.
configParamValues This property is required. GetWorkspaceTaskParameterConfigValueConfigParamValue[]
The configuration parameter values.
parentReves This property is required. GetWorkspaceTaskParameterConfigValueParentRef[]
A reference to the object's parent.
config_param_values This property is required. Sequence[dataintegration.GetWorkspaceTaskParameterConfigValueConfigParamValue]
The configuration parameter values.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskParameterConfigValueParentRef]
A reference to the object's parent.
configParamValues This property is required. List<Property Map>
The configuration parameter values.
parentReves This property is required. List<Property Map>
A reference to the object's parent.

GetWorkspaceTaskParameterConfigValueConfigParamValue

ConfigParamValues This property is required. List<GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValue>
Key This property is required. string
The key of the object.
ConfigParamValues This property is required. []GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValue
Key This property is required. string
The key of the object.
configParamValues This property is required. List<GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValue>
key This property is required. String
The key of the object.
configParamValues This property is required. GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValue[]
key This property is required. string
The key of the object.
config_param_values This property is required. Sequence[dataintegration.GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValue]
key This property is required. str
The key of the object.
configParamValues This property is required. List<Property Map>
key This property is required. String
The key of the object.

GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValue

IntValue This property is required. int
An integer value of the parameter.
ObjectValue This property is required. string
An object value of the parameter.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. List<GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRefValue>
The root object reference value.
RootObjectValues This property is required. List<GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRootObjectValue>
The root object value, used in custom parameters.
StringValue This property is required. string
A string value of the parameter.
IntValue This property is required. int
An integer value of the parameter.
ObjectValue This property is required. string
An object value of the parameter.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. []GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRefValue
The root object reference value.
RootObjectValues This property is required. []GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRootObjectValue
The root object value, used in custom parameters.
StringValue This property is required. string
A string value of the parameter.
intValue This property is required. Integer
An integer value of the parameter.
objectValue This property is required. String
An object value of the parameter.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRefValue>
The root object reference value.
rootObjectValues This property is required. List<GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRootObjectValue>
The root object value, used in custom parameters.
stringValue This property is required. String
A string value of the parameter.
intValue This property is required. number
An integer value of the parameter.
objectValue This property is required. string
An object value of the parameter.
parameterValue This property is required. string
Reference to the parameter by its key.
refValues This property is required. GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRefValue[]
The root object reference value.
rootObjectValues This property is required. GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRootObjectValue[]
The root object value, used in custom parameters.
stringValue This property is required. string
A string value of the parameter.
int_value This property is required. int
An integer value of the parameter.
object_value This property is required. str
An object value of the parameter.
parameter_value This property is required. str
Reference to the parameter by its key.
ref_values This property is required. Sequence[dataintegration.GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRefValue]
The root object reference value.
root_object_values This property is required. Sequence[dataintegration.GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRootObjectValue]
The root object value, used in custom parameters.
string_value This property is required. str
A string value of the parameter.
intValue This property is required. Number
An integer value of the parameter.
objectValue This property is required. String
An object value of the parameter.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<Property Map>
The root object reference value.
rootObjectValues This property is required. List<Property Map>
The root object value, used in custom parameters.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRefValue

Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRootObjectValue

Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

GetWorkspaceTaskParameterConfigValueParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskParameterParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskPollRestCallConfig

ConfigValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValue>
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
MethodType This property is required. string
The REST method to use.
ModelType This property is required. string
The type of the types object.
RequestHeaders This property is required. Dictionary<string, string>
The headers for the REST call.
ConfigValues This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValue
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
MethodType This property is required. string
The REST method to use.
ModelType This property is required. string
The type of the types object.
RequestHeaders This property is required. map[string]string
The headers for the REST call.
configValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValue>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
methodType This property is required. String
The REST method to use.
modelType This property is required. String
The type of the types object.
requestHeaders This property is required. Map<String,String>
The headers for the REST call.
configValues This property is required. GetWorkspaceTaskPollRestCallConfigConfigValue[]
Configuration values can be string, objects, or parameters.
key This property is required. string
The key of the object.
methodType This property is required. string
The REST method to use.
modelType This property is required. string
The type of the types object.
requestHeaders This property is required. {[key: string]: string}
The headers for the REST call.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValue]
Configuration values can be string, objects, or parameters.
key This property is required. str
The key of the object.
method_type This property is required. str
The REST method to use.
model_type This property is required. str
The type of the types object.
request_headers This property is required. Mapping[str, str]
The headers for the REST call.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
methodType This property is required. String
The REST method to use.
modelType This property is required. String
The type of the types object.
requestHeaders This property is required. Map<String>
The headers for the REST call.

GetWorkspaceTaskPollRestCallConfigConfigValue

ConfigParamValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValue>
The configuration parameter values.
ParentReves This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueParentRef>
A reference to the object's parent.
ConfigParamValues This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValue
The configuration parameter values.
ParentReves This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueParentRef
A reference to the object's parent.
configParamValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValue>
The configuration parameter values.
parentReves This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueParentRef>
A reference to the object's parent.
configParamValues This property is required. GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValue[]
The configuration parameter values.
parentReves This property is required. GetWorkspaceTaskPollRestCallConfigConfigValueParentRef[]
A reference to the object's parent.
configParamValues This property is required. List<Property Map>
The configuration parameter values.
parentReves This property is required. List<Property Map>
A reference to the object's parent.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValue

PollConditions This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollCondition>
PollIntervalUnits This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollIntervalUnit>
PollIntervals This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollInterval>
PollMaxDurationUnits This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDurationUnit>
PollMaxDurations This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDuration>
RequestPayloads This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayload>
RequestUrls This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestUrl>
PollConditions This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollCondition
PollIntervalUnits This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollIntervalUnit
PollIntervals This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollInterval
PollMaxDurationUnits This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDurationUnit
PollMaxDurations This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDuration
RequestPayloads This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayload
RequestUrls This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestUrl
pollConditions This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollCondition>
pollIntervalUnits This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollIntervalUnit>
pollIntervals This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollInterval>
pollMaxDurationUnits This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDurationUnit>
pollMaxDurations This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDuration>
requestPayloads This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayload>
requestUrls This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestUrl>
poll_conditions This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollCondition]
poll_interval_units This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollIntervalUnit]
poll_intervals This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollInterval]
poll_max_duration_units This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDurationUnit]
poll_max_durations This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDuration]
request_payloads This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayload]
request_urls This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestUrl]
pollConditions This property is required. List<Property Map>
pollIntervalUnits This property is required. List<Property Map>
pollIntervals This property is required. List<Property Map>
pollMaxDurationUnits This property is required. List<Property Map>
pollMaxDurations This property is required. List<Property Map>
requestPayloads This property is required. List<Property Map>
requestUrls This property is required. List<Property Map>

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollCondition

ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollConditionRefValue>
The root object reference value.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollConditionRefValue
The root object reference value.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollConditionRefValue>
The root object reference value.
parameterValue This property is required. string
Reference to the parameter by its key.
refValues This property is required. GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollConditionRefValue[]
The root object reference value.
parameter_value This property is required. str
Reference to the parameter by its key.
ref_values This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollConditionRefValue]
The root object reference value.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<Property Map>
The root object reference value.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollConditionRefValue

ExprString This property is required. string
The expression string for the object.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ExprString This property is required. string
The expression string for the object.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
exprString This property is required. String
The expression string for the object.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
exprString This property is required. string
The expression string for the object.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
expr_string This property is required. str
The expression string for the object.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
exprString This property is required. String
The expression string for the object.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollInterval

ObjectValue This property is required. double
An object value of the parameter.
ObjectValue This property is required. float64
An object value of the parameter.
objectValue This property is required. Double
An object value of the parameter.
objectValue This property is required. number
An object value of the parameter.
object_value This property is required. float
An object value of the parameter.
objectValue This property is required. Number
An object value of the parameter.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollIntervalUnit

StringValue This property is required. string
A string value of the parameter.
StringValue This property is required. string
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.
stringValue This property is required. string
A string value of the parameter.
string_value This property is required. str
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDuration

ObjectValue This property is required. double
An object value of the parameter.
ObjectValue This property is required. float64
An object value of the parameter.
objectValue This property is required. Double
An object value of the parameter.
objectValue This property is required. number
An object value of the parameter.
object_value This property is required. float
An object value of the parameter.
objectValue This property is required. Number
An object value of the parameter.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDurationUnit

StringValue This property is required. string
A string value of the parameter.
StringValue This property is required. string
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.
stringValue This property is required. string
A string value of the parameter.
string_value This property is required. str
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayload

ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue>
The root object reference value.
ParameterValue This property is required. string
Reference to the parameter by its key.
RefValues This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue
The root object reference value.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue>
The root object reference value.
parameterValue This property is required. string
Reference to the parameter by its key.
refValues This property is required. GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue[]
The root object reference value.
parameter_value This property is required. str
Reference to the parameter by its key.
ref_values This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue]
The root object reference value.
parameterValue This property is required. String
Reference to the parameter by its key.
refValues This property is required. List<Property Map>
The root object reference value.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue

ConfigValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue>
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ConfigValues This property is required. []GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue
Configuration values can be string, objects, or parameters.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
configValues This property is required. List<GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
configValues This property is required. GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue[]
Configuration values can be string, objects, or parameters.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue]
Configuration values can be string, objects, or parameters.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue

configParamValues This property is required. List<Property Map>
The configuration parameter values.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValue

dataParams This property is required. List<Property Map>

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValueDataParam

StringValue This property is required. string
A string value of the parameter.
StringValue This property is required. string
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.
stringValue This property is required. string
A string value of the parameter.
string_value This property is required. str
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestUrl

StringValue This property is required. string
A string value of the parameter.
StringValue This property is required. string
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.
stringValue This property is required. string
A string value of the parameter.
string_value This property is required. str
A string value of the parameter.
stringValue This property is required. String
A string value of the parameter.

GetWorkspaceTaskPollRestCallConfigConfigValueParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskRegistryMetadata

AggregatorKey This property is required. string
The owning object's key for this object.
IsFavorite This property is required. bool
Specifies whether this object is a favorite or not.
Key This property is required. string
The key of the object.
Labels This property is required. List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
RegistryVersion This property is required. int
The registry version.
AggregatorKey This property is required. string
The owning object's key for this object.
IsFavorite This property is required. bool
Specifies whether this object is a favorite or not.
Key This property is required. string
The key of the object.
Labels This property is required. []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
RegistryVersion This property is required. int
The registry version.
aggregatorKey This property is required. String
The owning object's key for this object.
isFavorite This property is required. Boolean
Specifies whether this object is a favorite or not.
key This property is required. String
The key of the object.
labels This property is required. List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registryVersion This property is required. Integer
The registry version.
aggregatorKey This property is required. string
The owning object's key for this object.
isFavorite This property is required. boolean
Specifies whether this object is a favorite or not.
key This property is required. string
The key of the object.
labels This property is required. string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registryVersion This property is required. number
The registry version.
aggregator_key This property is required. str
The owning object's key for this object.
is_favorite This property is required. bool
Specifies whether this object is a favorite or not.
key This property is required. str
The key of the object.
labels This property is required. Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registry_version This property is required. int
The registry version.
aggregatorKey This property is required. String
The owning object's key for this object.
isFavorite This property is required. Boolean
Specifies whether this object is a favorite or not.
key This property is required. String
The key of the object.
labels This property is required. List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registryVersion This property is required. Number
The registry version.

GetWorkspaceTaskTypedExpression

ConfigValues This property is required. List<GetWorkspaceTaskTypedExpressionConfigValue>
Configuration values can be string, objects, or parameters.
Description This property is required. string
Detailed description for the object.
Expression This property is required. string
The expression string for the object.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ParentReves This property is required. List<GetWorkspaceTaskTypedExpressionParentRef>
A reference to the object's parent.
Type This property is required. string
The object type.
ConfigValues This property is required. []GetWorkspaceTaskTypedExpressionConfigValue
Configuration values can be string, objects, or parameters.
Description This property is required. string
Detailed description for the object.
Expression This property is required. string
The expression string for the object.
Key This property is required. string
The key of the object.
ModelType This property is required. string
The type of the types object.
ModelVersion This property is required. string
The model version of an object.
Name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
ObjectStatus This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ParentReves This property is required. []GetWorkspaceTaskTypedExpressionParentRef
A reference to the object's parent.
Type This property is required. string
The object type.
configValues This property is required. List<GetWorkspaceTaskTypedExpressionConfigValue>
Configuration values can be string, objects, or parameters.
description This property is required. String
Detailed description for the object.
expression This property is required. String
The expression string for the object.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Integer
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. List<GetWorkspaceTaskTypedExpressionParentRef>
A reference to the object's parent.
type This property is required. String
The object type.
configValues This property is required. GetWorkspaceTaskTypedExpressionConfigValue[]
Configuration values can be string, objects, or parameters.
description This property is required. string
Detailed description for the object.
expression This property is required. string
The expression string for the object.
key This property is required. string
The key of the object.
modelType This property is required. string
The type of the types object.
modelVersion This property is required. string
The model version of an object.
name This property is required. string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. GetWorkspaceTaskTypedExpressionParentRef[]
A reference to the object's parent.
type This property is required. string
The object type.
config_values This property is required. Sequence[dataintegration.GetWorkspaceTaskTypedExpressionConfigValue]
Configuration values can be string, objects, or parameters.
description This property is required. str
Detailed description for the object.
expression This property is required. str
The expression string for the object.
key This property is required. str
The key of the object.
model_type This property is required. str
The type of the types object.
model_version This property is required. str
The model version of an object.
name This property is required. str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
object_status This property is required. int
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parent_reves This property is required. Sequence[dataintegration.GetWorkspaceTaskTypedExpressionParentRef]
A reference to the object's parent.
type This property is required. str
The object type.
configValues This property is required. List<Property Map>
Configuration values can be string, objects, or parameters.
description This property is required. String
Detailed description for the object.
expression This property is required. String
The expression string for the object.
key This property is required. String
The key of the object.
modelType This property is required. String
The type of the types object.
modelVersion This property is required. String
The model version of an object.
name This property is required. String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
objectStatus This property is required. Number
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
parentReves This property is required. List<Property Map>
A reference to the object's parent.
type This property is required. String
The object type.

GetWorkspaceTaskTypedExpressionConfigValue

ConfigParamValues This property is required. List<GetWorkspaceTaskTypedExpressionConfigValueConfigParamValue>
The configuration parameter values.
ParentReves This property is required. List<GetWorkspaceTaskTypedExpressionConfigValueParentRef>
A reference to the object's parent.
ConfigParamValues This property is required. []GetWorkspaceTaskTypedExpressionConfigValueConfigParamValue
The configuration parameter values.
ParentReves This property is required. []GetWorkspaceTaskTypedExpressionConfigValueParentRef
A reference to the object's parent.
configParamValues This property is required. List<GetWorkspaceTaskTypedExpressionConfigValueConfigParamValue>
The configuration parameter values.
parentReves This property is required. List<GetWorkspaceTaskTypedExpressionConfigValueParentRef>
A reference to the object's parent.
configParamValues This property is required. GetWorkspaceTaskTypedExpressionConfigValueConfigParamValue[]
The configuration parameter values.
parentReves This property is required. GetWorkspaceTaskTypedExpressionConfigValueParentRef[]
A reference to the object's parent.
configParamValues This property is required. List<Property Map>
The configuration parameter values.
parentReves This property is required. List<Property Map>
A reference to the object's parent.

GetWorkspaceTaskTypedExpressionConfigValueConfigParamValue

lengths This property is required. List<Property Map>
scales This property is required. List<Property Map>

GetWorkspaceTaskTypedExpressionConfigValueConfigParamValueLength

IntValue This property is required. int
An integer value of the parameter.
IntValue This property is required. int
An integer value of the parameter.
intValue This property is required. Integer
An integer value of the parameter.
intValue This property is required. number
An integer value of the parameter.
int_value This property is required. int
An integer value of the parameter.
intValue This property is required. Number
An integer value of the parameter.

GetWorkspaceTaskTypedExpressionConfigValueConfigParamValueScale

IntValue This property is required. int
An integer value of the parameter.
IntValue This property is required. int
An integer value of the parameter.
intValue This property is required. Integer
An integer value of the parameter.
intValue This property is required. number
An integer value of the parameter.
int_value This property is required. int
An integer value of the parameter.
intValue This property is required. Number
An integer value of the parameter.

GetWorkspaceTaskTypedExpressionConfigValueParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.

GetWorkspaceTaskTypedExpressionParentRef

Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
Parent This property is required. string
Key of the parent object.
RootDocId This property is required. string
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
Key of the root document object.
parent This property is required. string
Key of the parent object.
rootDocId This property is required. string
Key of the root document object.
parent This property is required. str
Key of the parent object.
root_doc_id This property is required. str
Key of the root document object.
parent This property is required. String
Key of the parent object.
rootDocId This property is required. String
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 v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi