Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.DataIntegration.getWorkspaceTask
Explore with Pulumi AI
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!
Coming soon!
variables:
  testWorkspaceTask:
    fn::invoke:
      function: oci:DataIntegration:getWorkspaceTask
      arguments:
        taskKey: ${workspaceTaskTaskKey}
        workspaceId: ${testWorkspace.id}
        expandReferences: ${workspaceTaskExpandReferences}
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>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]func GetWorkspaceTask(ctx *Context, args *GetWorkspaceTaskArgs, opts ...InvokeOption) (*GetWorkspaceTaskResult, error)
func GetWorkspaceTaskOutput(ctx *Context, args *GetWorkspaceTaskOutputArgs, opts ...InvokeOption) GetWorkspaceTaskResultOutput> 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)
}public static CompletableFuture<GetWorkspaceTaskResult> getWorkspaceTask(GetWorkspaceTaskArgs args, InvokeOptions options)
public static Output<GetWorkspaceTaskResult> getWorkspaceTask(GetWorkspaceTaskArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DataIntegration/getWorkspaceTask:getWorkspaceTask
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExpandReferences 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 string
- The key of the object.
- WorkspaceId string
- The workspace ID.
- ExpandReferences 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 string
- The key of the object.
- WorkspaceId string
- The workspace ID.
- expandReferences 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 String
- The key of the object.
- workspaceId String
- The workspace ID.
- expandReferences 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 string
- The key of the object.
- workspaceId string
- The workspace ID.
- expand_references 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 str
- The key of the object.
- workspace_id str
- The workspace ID.
- expandReferences 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 String
- The key of the object.
- workspaceId String
- The workspace ID.
getWorkspaceTask Result
The following output properties are available:
- ApiCall stringMode 
- The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- AuthConfigs List<GetWorkspace Task Auth Config> 
- Authentication configuration for Generic REST invocation.
- CancelRest List<GetCall Configs Workspace Task Cancel Rest Call Config> 
- The REST API configuration for cancelling the task.
- ConfigProvider List<GetDelegates Workspace Task Config Provider Delegate> 
- The information about the configuration provider.
- Description string
- Detailed description for the object.
- ExecuteRest List<GetCall Configs Workspace Task Execute Rest Call Config> 
- 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<GetWorkspace Task Input Port> 
- An array of input ports.
- IsSingle boolLoad 
- 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<GetWorkspace Task Metadata> 
- 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.
- OpConfig List<GetValues Workspace Task Op Config Value> 
- Configuration values can be string, objects, or parameters.
- Operation string
- Describes the shape of the execution result
- OutputPorts List<GetWorkspace Task Output Port> 
- An array of output ports.
- ParallelLoad intLimit 
- Defines the number of entities being loaded in parallel at a time for a Data Loader task
- Parameters
List<GetWorkspace Task Parameter> 
- A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- ParentReves List<GetWorkspace Task Parent Ref> 
- A reference to the object's parent.
- PollRest List<GetCall Configs Workspace Task Poll Rest Call Config> 
- The REST API configuration for polling.
- RegistryMetadatas List<GetWorkspace Task Registry Metadata> 
- Information about the object and its parent.
- TypedExpressions List<GetWorkspace Task Typed Expression> 
- List of typed expressions.
- WorkspaceId string
- ApiCall stringMode 
- The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- AuthConfigs []GetWorkspace Task Auth Config 
- Authentication configuration for Generic REST invocation.
- CancelRest []GetCall Configs Workspace Task Cancel Rest Call Config 
- The REST API configuration for cancelling the task.
- ConfigProvider []GetDelegates Workspace Task Config Provider Delegate 
- The information about the configuration provider.
- Description string
- Detailed description for the object.
- ExecuteRest []GetCall Configs Workspace Task Execute Rest Call Config 
- 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 []GetWorkspace Task Input Port 
- An array of input ports.
- IsSingle boolLoad 
- 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
[]GetWorkspace Task Metadata 
- 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.
- OpConfig []GetValues Workspace Task Op Config Value 
- Configuration values can be string, objects, or parameters.
- Operation string
- Describes the shape of the execution result
- OutputPorts []GetWorkspace Task Output Port 
- An array of output ports.
- ParallelLoad intLimit 
- Defines the number of entities being loaded in parallel at a time for a Data Loader task
- Parameters
[]GetWorkspace Task Parameter 
- A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- ParentReves []GetWorkspace Task Parent Ref 
- A reference to the object's parent.
- PollRest []GetCall Configs Workspace Task Poll Rest Call Config 
- The REST API configuration for polling.
- RegistryMetadatas []GetWorkspace Task Registry Metadata 
- Information about the object and its parent.
- TypedExpressions []GetWorkspace Task Typed Expression 
- List of typed expressions.
- WorkspaceId string
- apiCall StringMode 
- The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- authConfigs List<GetWorkspace Task Auth Config> 
- Authentication configuration for Generic REST invocation.
- cancelRest List<GetCall Configs Workspace Task Cancel Rest Call Config> 
- The REST API configuration for cancelling the task.
- configProvider List<GetDelegates Workspace Task Config Provider Delegate> 
- The information about the configuration provider.
- description String
- Detailed description for the object.
- executeRest List<GetCall Configs Workspace Task Execute Rest Call Config> 
- 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<GetWorkspace Task Input Port> 
- An array of input ports.
- isSingle BooleanLoad 
- 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<GetWorkspace Task Metadata> 
- 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.
- opConfig List<GetValues Workspace Task Op Config Value> 
- Configuration values can be string, objects, or parameters.
- operation String
- Describes the shape of the execution result
- outputPorts List<GetWorkspace Task Output Port> 
- An array of output ports.
- parallelLoad IntegerLimit 
- Defines the number of entities being loaded in parallel at a time for a Data Loader task
- parameters
List<GetWorkspace Task Parameter> 
- A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- parentReves List<GetWorkspace Task Parent Ref> 
- A reference to the object's parent.
- pollRest List<GetCall Configs Workspace Task Poll Rest Call Config> 
- The REST API configuration for polling.
- registryMetadatas List<GetWorkspace Task Registry Metadata> 
- Information about the object and its parent.
- typedExpressions List<GetWorkspace Task Typed Expression> 
- List of typed expressions.
- workspaceId String
- apiCall stringMode 
- The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- authConfigs GetWorkspace Task Auth Config[] 
- Authentication configuration for Generic REST invocation.
- cancelRest GetCall Configs Workspace Task Cancel Rest Call Config[] 
- The REST API configuration for cancelling the task.
- configProvider GetDelegates Workspace Task Config Provider Delegate[] 
- The information about the configuration provider.
- description string
- Detailed description for the object.
- executeRest GetCall Configs Workspace Task Execute Rest Call Config[] 
- 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 GetWorkspace Task Input Port[] 
- An array of input ports.
- isSingle booleanLoad 
- 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
GetWorkspace Task Metadata[] 
- 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.
- opConfig GetValues Workspace Task Op Config Value[] 
- Configuration values can be string, objects, or parameters.
- operation string
- Describes the shape of the execution result
- outputPorts GetWorkspace Task Output Port[] 
- An array of output ports.
- parallelLoad numberLimit 
- Defines the number of entities being loaded in parallel at a time for a Data Loader task
- parameters
GetWorkspace Task Parameter[] 
- A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- parentReves GetWorkspace Task Parent Ref[] 
- A reference to the object's parent.
- pollRest GetCall Configs Workspace Task Poll Rest Call Config[] 
- The REST API configuration for polling.
- registryMetadatas GetWorkspace Task Registry Metadata[] 
- Information about the object and its parent.
- typedExpressions GetWorkspace Task Typed Expression[] 
- List of typed expressions.
- workspaceId string
- api_call_ strmode 
- The REST invocation pattern to use. ASYNC_OCI_WORKREQUEST is being deprecated as well as cancelEndpoint/MethodType.
- auth_configs Sequence[dataintegration.Get Workspace Task Auth Config] 
- Authentication configuration for Generic REST invocation.
- cancel_rest_ Sequence[dataintegration.call_ configs Get Workspace Task Cancel Rest Call Config] 
- The REST API configuration for cancelling the task.
- config_provider_ Sequence[dataintegration.delegates Get Workspace Task Config Provider Delegate] 
- The information about the configuration provider.
- description str
- Detailed description for the object.
- execute_rest_ Sequence[dataintegration.call_ configs Get Workspace Task Execute Rest Call Config] 
- 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.Get Workspace Task Input Port] 
- An array of input ports.
- is_single_ boolload 
- 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.Get Workspace Task Metadata] 
- A summary type containing information about the object including its key, name and when/who created/updated it.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- name str
- 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_ Sequence[dataintegration.values Get Workspace Task Op Config Value] 
- Configuration values can be string, objects, or parameters.
- operation str
- Describes the shape of the execution result
- output_ports Sequence[dataintegration.Get Workspace Task Output Port] 
- An array of output ports.
- parallel_load_ intlimit 
- Defines the number of entities being loaded in parallel at a time for a Data Loader task
- parameters
Sequence[dataintegration.Get Workspace Task Parameter] 
- 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.Get Workspace Task Parent Ref] 
- A reference to the object's parent.
- poll_rest_ Sequence[dataintegration.call_ configs Get Workspace Task Poll Rest Call Config] 
- The REST API configuration for polling.
- registry_metadatas Sequence[dataintegration.Get Workspace Task Registry Metadata] 
- Information about the object and its parent.
- typed_expressions Sequence[dataintegration.Get Workspace Task Typed Expression] 
- List of typed expressions.
- workspace_id str
- apiCall StringMode 
- 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.
- cancelRest List<Property Map>Call Configs 
- The REST API configuration for cancelling the task.
- configProvider List<Property Map>Delegates 
- The information about the configuration provider.
- description String
- Detailed description for the object.
- executeRest List<Property Map>Call Configs 
- 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.
- isSingle BooleanLoad 
- 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.
- opConfig List<Property Map>Values 
- 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.
- parallelLoad NumberLimit 
- Defines the number of entities being loaded in parallel at a time for a Data Loader task
- parameters List<Property Map>
- A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
- parentReves List<Property Map>
- A reference to the object's parent.
- pollRest List<Property Map>Call Configs 
- 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 string
- The key of the object.
- ModelType string
- The type of the types object.
- ModelVersion string
- The model version of an object.
- ParentReves List<GetWorkspace Task Auth Config Parent Ref> 
- A reference to the object's parent.
- ResourcePrincipal stringSource 
- The Oracle Cloud Infrastructure resource type that will supply the authentication token
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ModelVersion string
- The model version of an object.
- ParentReves []GetWorkspace Task Auth Config Parent Ref 
- A reference to the object's parent.
- ResourcePrincipal stringSource 
- The Oracle Cloud Infrastructure resource type that will supply the authentication token
- key String
- The key of the object.
- modelType String
- The type of the types object.
- modelVersion String
- The model version of an object.
- parentReves List<GetWorkspace Task Auth Config Parent Ref> 
- A reference to the object's parent.
- resourcePrincipal StringSource 
- The Oracle Cloud Infrastructure resource type that will supply the authentication token
- key string
- The key of the object.
- modelType string
- The type of the types object.
- modelVersion string
- The model version of an object.
- parentReves GetWorkspace Task Auth Config Parent Ref[] 
- A reference to the object's parent.
- resourcePrincipal stringSource 
- The Oracle Cloud Infrastructure resource type that will supply the authentication token
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- parent_reves Sequence[dataintegration.Get Workspace Task Auth Config Parent Ref] 
- A reference to the object's parent.
- resource_principal_ strsource 
- The Oracle Cloud Infrastructure resource type that will supply the authentication token
- key String
- The key of the object.
- modelType String
- The type of the types object.
- modelVersion String
- The model version of an object.
- parentReves List<Property Map>
- A reference to the object's parent.
- resourcePrincipal StringSource 
- The Oracle Cloud Infrastructure resource type that will supply the authentication token
GetWorkspaceTaskAuthConfigParentRef      
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskCancelRestCallConfig      
- ConfigValues List<GetWorkspace Task Cancel Rest Call Config Config Value> 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- MethodType string
- The REST method to use.
- ModelType string
- The type of the types object.
- RequestHeaders Dictionary<string, string>
- The headers for the REST call.
- ConfigValues []GetWorkspace Task Cancel Rest Call Config Config Value 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- MethodType string
- The REST method to use.
- ModelType string
- The type of the types object.
- RequestHeaders map[string]string
- The headers for the REST call.
- configValues List<GetWorkspace Task Cancel Rest Call Config Config Value> 
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- methodType String
- The REST method to use.
- modelType String
- The type of the types object.
- requestHeaders Map<String,String>
- The headers for the REST call.
- configValues GetWorkspace Task Cancel Rest Call Config Config Value[] 
- Configuration values can be string, objects, or parameters.
- key string
- The key of the object.
- methodType string
- The REST method to use.
- modelType string
- The type of the types object.
- requestHeaders {[key: string]: string}
- The headers for the REST call.
- config_values Sequence[dataintegration.Get Workspace Task Cancel Rest Call Config Config Value] 
- Configuration values can be string, objects, or parameters.
- key str
- The key of the object.
- method_type str
- The REST method to use.
- model_type str
- The type of the types object.
- request_headers Mapping[str, str]
- The headers for the REST call.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- methodType String
- The REST method to use.
- modelType String
- The type of the types object.
- requestHeaders Map<String>
- The headers for the REST call.
GetWorkspaceTaskCancelRestCallConfigConfigValue        
- ConfigParam List<GetValues Workspace Task Cancel Rest Call Config Config Value Config Param Value> 
- The configuration parameter values.
- ParentReves List<GetWorkspace Task Cancel Rest Call Config Config Value Parent Ref> 
- A reference to the object's parent.
- ConfigParam []GetValues Workspace Task Cancel Rest Call Config Config Value Config Param Value 
- The configuration parameter values.
- ParentReves []GetWorkspace Task Cancel Rest Call Config Config Value Parent Ref 
- A reference to the object's parent.
- configParam List<GetValues Workspace Task Cancel Rest Call Config Config Value Config Param Value> 
- The configuration parameter values.
- parentReves List<GetWorkspace Task Cancel Rest Call Config Config Value Parent Ref> 
- A reference to the object's parent.
- configParam GetValues Workspace Task Cancel Rest Call Config Config Value Config Param Value[] 
- The configuration parameter values.
- parentReves GetWorkspace Task Cancel Rest Call Config Config Value Parent Ref[] 
- A reference to the object's parent.
- config_param_ Sequence[dataintegration.values Get Workspace Task Cancel Rest Call Config Config Value Config Param Value] 
- The configuration parameter values.
- parent_reves Sequence[dataintegration.Get Workspace Task Cancel Rest Call Config Config Value Parent Ref] 
- A reference to the object's parent.
- configParam List<Property Map>Values 
- The configuration parameter values.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValue           
GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayload             
- ParameterValue string
- Reference to the parameter by its key.
- RefValues List<GetWorkspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value> 
- The root object reference value.
- ParameterValue string
- Reference to the parameter by its key.
- RefValues []GetWorkspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value 
- The root object reference value.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<GetWorkspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value> 
- The root object reference value.
- parameterValue string
- Reference to the parameter by its key.
- refValues GetWorkspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value[] 
- The root object reference value.
- parameter_value str
- Reference to the parameter by its key.
- ref_values Sequence[dataintegration.Get Workspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value] 
- The root object reference value.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<Property Map>
- The root object reference value.
GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue               
- ConfigValues List<GetWorkspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value> 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ConfigValues []GetWorkspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- configValues List<GetWorkspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value> 
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- modelType String
- The type of the types object.
- configValues GetWorkspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value[] 
- Configuration values can be string, objects, or parameters.
- key string
- The key of the object.
- modelType string
- The type of the types object.
- config_values Sequence[dataintegration.Get Workspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value] 
- Configuration values can be string, objects, or parameters.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- modelType String
- The type of the types object.
GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue                 
- ConfigParam List<GetValues Workspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value> 
- The configuration parameter values.
- ConfigParam []GetValues Workspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value 
- The configuration parameter values.
- configParam List<GetValues Workspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value> 
- The configuration parameter values.
- configParam GetValues Workspace Task Cancel Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value[] 
- The configuration parameter values.
- configParam List<Property Map>Values 
- The configuration parameter values.
GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValue                    
GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValueDataParam                      
- StringValue string
- A string value of the parameter.
- StringValue string
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
- stringValue string
- A string value of the parameter.
- string_value str
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskCancelRestCallConfigConfigValueConfigParamValueRequestUrl             
- StringValue string
- A string value of the parameter.
- StringValue string
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
- stringValue string
- A string value of the parameter.
- string_value str
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskCancelRestCallConfigConfigValueParentRef          
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskConfigProviderDelegate     
GetWorkspaceTaskConfigProviderDelegateBinding      
- Key string
- The key of the object.
- ParameterValues List<GetWorkspace Task Config Provider Delegate Binding Parameter Value> 
- Key string
- The key of the object.
- ParameterValues []GetWorkspace Task Config Provider Delegate Binding Parameter Value 
- key String
- The key of the object.
- parameterValues List<GetWorkspace Task Config Provider Delegate Binding Parameter Value> 
- key string
- The key of the object.
- parameterValues GetWorkspace Task Config Provider Delegate Binding Parameter Value[] 
- key str
- The key of the object.
- parameter_values Sequence[dataintegration.Get Workspace Task Config Provider Delegate Binding Parameter Value] 
- key String
- The key of the object.
- parameterValues List<Property Map>
GetWorkspaceTaskConfigProviderDelegateBindingParameterValue        
- RootObject List<GetValues Workspace Task Config Provider Delegate Binding Parameter Value Root Object Value> 
- The root object value, used in custom parameters.
- SimpleValue string
- RootObject []GetValues Workspace Task Config Provider Delegate Binding Parameter Value Root Object Value 
- The root object value, used in custom parameters.
- SimpleValue string
- rootObject List<GetValues Workspace Task Config Provider Delegate Binding Parameter Value Root Object Value> 
- The root object value, used in custom parameters.
- simpleValue String
- rootObject GetValues Workspace Task Config Provider Delegate Binding Parameter Value Root Object Value[] 
- The root object value, used in custom parameters.
- simpleValue string
- root_object_ Sequence[dataintegration.values Get Workspace Task Config Provider Delegate Binding Parameter Value Root Object Value] 
- The root object value, used in custom parameters.
- simple_value str
- rootObject List<Property Map>Values 
- The root object value, used in custom parameters.
- simpleValue String
GetWorkspaceTaskConfigProviderDelegateBindingParameterValueRootObjectValue           
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ModelVersion string
- The model version of an object.
- ObjectStatus int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ModelVersion string
- The model version of an object.
- ObjectStatus int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- The key of the object.
- modelType String
- The type of the types object.
- modelVersion String
- The model version of an object.
- objectStatus Integer
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key string
- The key of the object.
- modelType string
- The type of the types object.
- modelVersion string
- The model version of an object.
- objectStatus number
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- object_status int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- The key of the object.
- modelType String
- The type of the types object.
- modelVersion String
- The model version of an object.
- objectStatus Number
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
GetWorkspaceTaskExecuteRestCallConfig      
- ConfigValues List<GetWorkspace Task Execute Rest Call Config Config Value> 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- MethodType string
- The REST method to use.
- ModelType string
- The type of the types object.
- RequestHeaders Dictionary<string, string>
- The headers for the REST call.
- ConfigValues []GetWorkspace Task Execute Rest Call Config Config Value 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- MethodType string
- The REST method to use.
- ModelType string
- The type of the types object.
- RequestHeaders map[string]string
- The headers for the REST call.
- configValues List<GetWorkspace Task Execute Rest Call Config Config Value> 
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- methodType String
- The REST method to use.
- modelType String
- The type of the types object.
- requestHeaders Map<String,String>
- The headers for the REST call.
- configValues GetWorkspace Task Execute Rest Call Config Config Value[] 
- Configuration values can be string, objects, or parameters.
- key string
- The key of the object.
- methodType string
- The REST method to use.
- modelType string
- The type of the types object.
- requestHeaders {[key: string]: string}
- The headers for the REST call.
- config_values Sequence[dataintegration.Get Workspace Task Execute Rest Call Config Config Value] 
- Configuration values can be string, objects, or parameters.
- key str
- The key of the object.
- method_type str
- The REST method to use.
- model_type str
- The type of the types object.
- request_headers Mapping[str, str]
- The headers for the REST call.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- methodType String
- The REST method to use.
- modelType String
- The type of the types object.
- requestHeaders Map<String>
- The headers for the REST call.
GetWorkspaceTaskExecuteRestCallConfigConfigValue        
- ConfigParam List<GetValues Workspace Task Execute Rest Call Config Config Value Config Param Value> 
- The configuration parameter values.
- ParentReves List<GetWorkspace Task Execute Rest Call Config Config Value Parent Ref> 
- A reference to the object's parent.
- ConfigParam []GetValues Workspace Task Execute Rest Call Config Config Value Config Param Value 
- The configuration parameter values.
- ParentReves []GetWorkspace Task Execute Rest Call Config Config Value Parent Ref 
- A reference to the object's parent.
- configParam List<GetValues Workspace Task Execute Rest Call Config Config Value Config Param Value> 
- The configuration parameter values.
- parentReves List<GetWorkspace Task Execute Rest Call Config Config Value Parent Ref> 
- A reference to the object's parent.
- configParam GetValues Workspace Task Execute Rest Call Config Config Value Config Param Value[] 
- The configuration parameter values.
- parentReves GetWorkspace Task Execute Rest Call Config Config Value Parent Ref[] 
- A reference to the object's parent.
- config_param_ Sequence[dataintegration.values Get Workspace Task Execute Rest Call Config Config Value Config Param Value] 
- The configuration parameter values.
- parent_reves Sequence[dataintegration.Get Workspace Task Execute Rest Call Config Config Value Parent Ref] 
- A reference to the object's parent.
- configParam List<Property Map>Values 
- The configuration parameter values.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValue           
GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayload             
- ParameterValue string
- Reference to the parameter by its key.
- RefValues List<GetWorkspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value> 
- The root object reference value.
- ParameterValue string
- Reference to the parameter by its key.
- RefValues []GetWorkspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value 
- The root object reference value.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<GetWorkspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value> 
- The root object reference value.
- parameterValue string
- Reference to the parameter by its key.
- refValues GetWorkspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value[] 
- The root object reference value.
- parameter_value str
- Reference to the parameter by its key.
- ref_values Sequence[dataintegration.Get Workspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value] 
- The root object reference value.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<Property Map>
- The root object reference value.
GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue               
- ConfigValues List<GetWorkspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value> 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ConfigValues []GetWorkspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- configValues List<GetWorkspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value> 
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- modelType String
- The type of the types object.
- configValues GetWorkspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value[] 
- Configuration values can be string, objects, or parameters.
- key string
- The key of the object.
- modelType string
- The type of the types object.
- config_values Sequence[dataintegration.Get Workspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value] 
- Configuration values can be string, objects, or parameters.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- modelType String
- The type of the types object.
GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue                 
- ConfigParam List<GetValues Workspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value> 
- The configuration parameter values.
- ConfigParam []GetValues Workspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value 
- The configuration parameter values.
- configParam List<GetValues Workspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value> 
- The configuration parameter values.
- configParam GetValues Workspace Task Execute Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value[] 
- The configuration parameter values.
- configParam List<Property Map>Values 
- The configuration parameter values.
GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValue                    
GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValueDataParam                      
- StringValue string
- A string value of the parameter.
- StringValue string
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
- stringValue string
- A string value of the parameter.
- string_value str
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskExecuteRestCallConfigConfigValueConfigParamValueRequestUrl             
- StringValue string
- A string value of the parameter.
- StringValue string
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
- stringValue string
- A string value of the parameter.
- string_value str
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskExecuteRestCallConfigConfigValueParentRef          
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskInputPort    
- ConfigValues List<GetWorkspace Task Input Port Config Value> 
- Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Fields List<string>
- An array of fields.
- Key string
- The key of the object.
- 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.
- ParentReves List<GetWorkspace Task Input Port Parent Ref> 
- A reference to the object's parent.
- PortType string
- The port details for the data asset.Type.
- ConfigValues []GetWorkspace Task Input Port Config Value 
- Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Fields []string
- An array of fields.
- Key string
- The key of the object.
- 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.
- ParentReves []GetWorkspace Task Input Port Parent Ref 
- A reference to the object's parent.
- PortType string
- The port details for the data asset.Type.
- configValues List<GetWorkspace Task Input Port Config Value> 
- Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- fields List<String>
- An array of fields.
- key String
- The key of the object.
- 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.
- parentReves List<GetWorkspace Task Input Port Parent Ref> 
- A reference to the object's parent.
- portType String
- The port details for the data asset.Type.
- configValues GetWorkspace Task Input Port Config Value[] 
- Configuration values can be string, objects, or parameters.
- description string
- Detailed description for the object.
- fields string[]
- An array of fields.
- key string
- The key of the object.
- 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.
- parentReves GetWorkspace Task Input Port Parent Ref[] 
- A reference to the object's parent.
- portType string
- The port details for the data asset.Type.
- config_values Sequence[dataintegration.Get Workspace Task Input Port Config Value] 
- Configuration values can be string, objects, or parameters.
- description str
- Detailed description for the object.
- fields Sequence[str]
- An array of fields.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- name str
- 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.
- parent_reves Sequence[dataintegration.Get Workspace Task Input Port Parent Ref] 
- A reference to the object's parent.
- port_type str
- The port details for the data asset.Type.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- fields List<String>
- An array of fields.
- key String
- The key of the object.
- 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.
- parentReves List<Property Map>
- A reference to the object's parent.
- portType String
- The port details for the data asset.Type.
GetWorkspaceTaskInputPortConfigValue      
- ConfigParam List<GetValues Workspace Task Input Port Config Value Config Param Value> 
- The configuration parameter values.
- ParentReves List<GetWorkspace Task Input Port Config Value Parent Ref> 
- A reference to the object's parent.
- ConfigParam []GetValues Workspace Task Input Port Config Value Config Param Value 
- The configuration parameter values.
- ParentReves []GetWorkspace Task Input Port Config Value Parent Ref 
- A reference to the object's parent.
- configParam List<GetValues Workspace Task Input Port Config Value Config Param Value> 
- The configuration parameter values.
- parentReves List<GetWorkspace Task Input Port Config Value Parent Ref> 
- A reference to the object's parent.
- configParam GetValues Workspace Task Input Port Config Value Config Param Value[] 
- The configuration parameter values.
- parentReves GetWorkspace Task Input Port Config Value Parent Ref[] 
- A reference to the object's parent.
- config_param_ Sequence[dataintegration.values Get Workspace Task Input Port Config Value Config Param Value] 
- The configuration parameter values.
- parent_reves Sequence[dataintegration.Get Workspace Task Input Port Config Value Parent Ref] 
- A reference to the object's parent.
- configParam List<Property Map>Values 
- The configuration parameter values.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceTaskInputPortConfigValueConfigParamValue         
- IntValue int
- An integer value of the parameter.
- ObjectValue string
- An object value of the parameter.
- ParameterValue string
- Reference to the parameter by its key.
- RefValue string
- The root object reference value.
- RootObject stringValue 
- The root object value, used in custom parameters.
- StringValue string
- A string value of the parameter.
- IntValue int
- An integer value of the parameter.
- ObjectValue string
- An object value of the parameter.
- ParameterValue string
- Reference to the parameter by its key.
- RefValue string
- The root object reference value.
- RootObject stringValue 
- The root object value, used in custom parameters.
- StringValue string
- A string value of the parameter.
- intValue Integer
- An integer value of the parameter.
- objectValue String
- An object value of the parameter.
- parameterValue String
- Reference to the parameter by its key.
- refValue String
- The root object reference value.
- rootObject StringValue 
- The root object value, used in custom parameters.
- stringValue String
- A string value of the parameter.
- intValue number
- An integer value of the parameter.
- objectValue string
- An object value of the parameter.
- parameterValue string
- Reference to the parameter by its key.
- refValue string
- The root object reference value.
- rootObject stringValue 
- The root object value, used in custom parameters.
- stringValue string
- A string value of the parameter.
- int_value int
- An integer value of the parameter.
- object_value str
- An object value of the parameter.
- parameter_value str
- Reference to the parameter by its key.
- ref_value str
- The root object reference value.
- root_object_ strvalue 
- The root object value, used in custom parameters.
- string_value str
- A string value of the parameter.
- intValue Number
- An integer value of the parameter.
- objectValue String
- An object value of the parameter.
- parameterValue String
- Reference to the parameter by its key.
- refValue String
- The root object reference value.
- rootObject StringValue 
- The root object value, used in custom parameters.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskInputPortConfigValueParentRef        
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskInputPortParentRef      
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskMetadata   
- AggregatorKey string
- The owning object's key for this object.
- Aggregators
List<GetWorkspace Task Metadata Aggregator> 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- CountStatistics List<GetWorkspace Task Metadata Count Statistic> 
- A count statistics.
- CreatedBy string
- The user that created the object.
- CreatedBy stringName 
- The user that created the object.
- IdentifierPath string
- The full path to identify this object.
- InfoFields Dictionary<string, string>
- Information property fields.
- IsFavorite bool
- Specifies whether this object is a favorite or not.
- Labels List<string>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version.
- TimeCreated string
- The date and time that the object was created.
- TimeUpdated string
- The date and time that the object was updated.
- UpdatedBy string
- The user that updated the object.
- UpdatedBy stringName 
- The user that updated the object.
- AggregatorKey string
- The owning object's key for this object.
- Aggregators
[]GetWorkspace Task Metadata Aggregator 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- CountStatistics []GetWorkspace Task Metadata Count Statistic 
- A count statistics.
- CreatedBy string
- The user that created the object.
- CreatedBy stringName 
- The user that created the object.
- IdentifierPath string
- The full path to identify this object.
- InfoFields map[string]string
- Information property fields.
- IsFavorite bool
- Specifies whether this object is a favorite or not.
- Labels []string
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version.
- TimeCreated string
- The date and time that the object was created.
- TimeUpdated string
- The date and time that the object was updated.
- UpdatedBy string
- The user that updated the object.
- UpdatedBy stringName 
- The user that updated the object.
- aggregatorKey String
- The owning object's key for this object.
- aggregators
List<GetWorkspace Task Metadata Aggregator> 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- countStatistics List<GetWorkspace Task Metadata Count Statistic> 
- A count statistics.
- createdBy String
- The user that created the object.
- createdBy StringName 
- The user that created the object.
- identifierPath String
- The full path to identify this object.
- infoFields Map<String,String>
- Information property fields.
- isFavorite Boolean
- Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registryVersion Integer
- The registry version.
- timeCreated String
- The date and time that the object was created.
- timeUpdated String
- The date and time that the object was updated.
- updatedBy String
- The user that updated the object.
- updatedBy StringName 
- The user that updated the object.
- aggregatorKey string
- The owning object's key for this object.
- aggregators
GetWorkspace Task Metadata Aggregator[] 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- countStatistics GetWorkspace Task Metadata Count Statistic[] 
- A count statistics.
- createdBy string
- The user that created the object.
- createdBy stringName 
- The user that created the object.
- identifierPath string
- The full path to identify this object.
- infoFields {[key: string]: string}
- Information property fields.
- isFavorite boolean
- Specifies whether this object is a favorite or not.
- labels string[]
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registryVersion number
- The registry version.
- timeCreated string
- The date and time that the object was created.
- timeUpdated string
- The date and time that the object was updated.
- updatedBy string
- The user that updated the object.
- updatedBy stringName 
- The user that updated the object.
- aggregator_key str
- The owning object's key for this object.
- aggregators
Sequence[dataintegration.Get Workspace Task Metadata Aggregator] 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- count_statistics Sequence[dataintegration.Get Workspace Task Metadata Count Statistic] 
- A count statistics.
- created_by str
- The user that created the object.
- created_by_ strname 
- The user that created the object.
- identifier_path str
- The full path to identify this object.
- info_fields Mapping[str, str]
- Information property fields.
- is_favorite bool
- Specifies whether this object is a favorite or not.
- labels Sequence[str]
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_version int
- The registry version.
- time_created str
- The date and time that the object was created.
- time_updated str
- The date and time that the object was updated.
- updated_by str
- The user that updated the object.
- updated_by_ strname 
- The user that updated the object.
- aggregatorKey String
- The owning object's key for this object.
- aggregators List<Property Map>
- A summary type containing information about the object's aggregator including its type, key, name and description.
- countStatistics List<Property Map>
- A count statistics.
- createdBy String
- The user that created the object.
- createdBy StringName 
- The user that created the object.
- identifierPath String
- The full path to identify this object.
- infoFields Map<String>
- Information property fields.
- isFavorite Boolean
- Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registryVersion Number
- The registry version.
- timeCreated String
- The date and time that the object was created.
- timeUpdated String
- The date and time that the object was updated.
- updatedBy String
- The user that updated the object.
- updatedBy StringName 
- The user that updated the object.
GetWorkspaceTaskMetadataAggregator    
- Description string
- Detailed description for the object.
- Identifier string
- Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
- The key of the object.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
- The object type.
- Description string
- Detailed description for the object.
- Identifier string
- Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
- The key of the object.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
- The object type.
- description String
- Detailed description for the object.
- identifier String
- Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
- The key of the object.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
- The object type.
- description string
- Detailed description for the object.
- identifier string
- Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key string
- The key of the object.
- name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type string
- The object type.
- description str
- Detailed description for the object.
- identifier str
- Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key str
- The key of the object.
- name str
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type str
- The object type.
- description String
- Detailed description for the object.
- identifier String
- Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
- The key of the object.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
- The object type.
GetWorkspaceTaskMetadataCountStatistic     
- ObjectType List<GetCount Lists Workspace Task Metadata Count Statistic Object Type Count List> 
- The array of statistics.
- ObjectType []GetCount Lists Workspace Task Metadata Count Statistic Object Type Count List 
- The array of statistics.
- objectType List<GetCount Lists Workspace Task Metadata Count Statistic Object Type Count List> 
- The array of statistics.
- objectType GetCount Lists Workspace Task Metadata Count Statistic Object Type Count List[] 
- The array of statistics.
- objectType List<Property Map>Count Lists 
- The array of statistics.
GetWorkspaceTaskMetadataCountStatisticObjectTypeCountList         
- ObjectCount string
- The value for the count statistic object.
- ObjectType string
- The type of object for the count statistic object.
- ObjectCount string
- The value for the count statistic object.
- ObjectType string
- The type of object for the count statistic object.
- objectCount String
- The value for the count statistic object.
- objectType String
- The type of object for the count statistic object.
- objectCount string
- The value for the count statistic object.
- objectType string
- The type of object for the count statistic object.
- object_count str
- The value for the count statistic object.
- object_type str
- The type of object for the count statistic object.
- objectCount String
- The value for the count statistic object.
- objectType String
- The type of object for the count statistic object.
GetWorkspaceTaskOpConfigValue     
- ConfigParam List<GetValues Workspace Task Op Config Value Config Param Value> 
- The configuration parameter values.
- ParentReves List<GetWorkspace Task Op Config Value Parent Ref> 
- A reference to the object's parent.
- ConfigParam []GetValues Workspace Task Op Config Value Config Param Value 
- The configuration parameter values.
- ParentReves []GetWorkspace Task Op Config Value Parent Ref 
- A reference to the object's parent.
- configParam List<GetValues Workspace Task Op Config Value Config Param Value> 
- The configuration parameter values.
- parentReves List<GetWorkspace Task Op Config Value Parent Ref> 
- A reference to the object's parent.
- configParam GetValues Workspace Task Op Config Value Config Param Value[] 
- The configuration parameter values.
- parentReves GetWorkspace Task Op Config Value Parent Ref[] 
- A reference to the object's parent.
- config_param_ Sequence[dataintegration.values Get Workspace Task Op Config Value Config Param Value] 
- The configuration parameter values.
- parent_reves Sequence[dataintegration.Get Workspace Task Op Config Value Parent Ref] 
- A reference to the object's parent.
- configParam List<Property Map>Values 
- The configuration parameter values.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceTaskOpConfigValueConfigParamValue        
- ConfigParam List<GetValues Workspace Task Op Config Value Config Param Value Config Param Value> 
- Key string
- The key of the object.
- ConfigParam []GetValues Workspace Task Op Config Value Config Param Value Config Param Value 
- Key string
- The key of the object.
- configParam List<GetValues Workspace Task Op Config Value Config Param Value Config Param Value> 
- key String
- The key of the object.
- configParam GetValues Workspace Task Op Config Value Config Param Value Config Param Value[] 
- key string
- The key of the object.
- configParam List<Property Map>Values 
- key String
- The key of the object.
GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValue           
- IntValue int
- An integer value of the parameter.
- ObjectValue string
- An object value of the parameter.
- ParameterValue string
- Reference to the parameter by its key.
- RefValues List<GetWorkspace Task Op Config Value Config Param Value Config Param Value Ref Value> 
- The root object reference value.
- RootObject List<GetValues Workspace Task Op Config Value Config Param Value Config Param Value Root Object Value> 
- The root object value, used in custom parameters.
- StringValue string
- A string value of the parameter.
- IntValue int
- An integer value of the parameter.
- ObjectValue string
- An object value of the parameter.
- ParameterValue string
- Reference to the parameter by its key.
- RefValues []GetWorkspace Task Op Config Value Config Param Value Config Param Value Ref Value 
- The root object reference value.
- RootObject []GetValues Workspace Task Op Config Value Config Param Value Config Param Value Root Object Value 
- The root object value, used in custom parameters.
- StringValue string
- A string value of the parameter.
- intValue Integer
- An integer value of the parameter.
- objectValue String
- An object value of the parameter.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<GetWorkspace Task Op Config Value Config Param Value Config Param Value Ref Value> 
- The root object reference value.
- rootObject List<GetValues Workspace Task Op Config Value Config Param Value Config Param Value Root Object Value> 
- The root object value, used in custom parameters.
- stringValue String
- A string value of the parameter.
- intValue number
- An integer value of the parameter.
- objectValue string
- An object value of the parameter.
- parameterValue string
- Reference to the parameter by its key.
- refValues GetWorkspace Task Op Config Value Config Param Value Config Param Value Ref Value[] 
- The root object reference value.
- rootObject GetValues Workspace Task Op Config Value Config Param Value Config Param Value Root Object Value[] 
- The root object value, used in custom parameters.
- stringValue string
- A string value of the parameter.
- int_value int
- An integer value of the parameter.
- object_value str
- An object value of the parameter.
- parameter_value str
- Reference to the parameter by its key.
- ref_values Sequence[dataintegration.Get Workspace Task Op Config Value Config Param Value Config Param Value Ref Value] 
- The root object reference value.
- root_object_ Sequence[dataintegration.values Get Workspace Task Op Config Value Config Param Value Config Param Value Root Object Value] 
- The root object value, used in custom parameters.
- string_value str
- A string value of the parameter.
- intValue Number
- An integer value of the parameter.
- objectValue String
- An object value of the parameter.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<Property Map>
- The root object reference value.
- rootObject List<Property Map>Values 
- The root object value, used in custom parameters.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRefValue             
- Key string
- The key of the object.
- 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.
- Key string
- The key of the object.
- 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.
- key String
- The key of the object.
- 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.
- key string
- The key of the object.
- 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.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- name str
- 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.
- key String
- The key of the object.
- 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.
GetWorkspaceTaskOpConfigValueConfigParamValueConfigParamValueRootObjectValue              
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ModelVersion string
- The model version of an object.
- ObjectStatus int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ModelVersion string
- The model version of an object.
- ObjectStatus int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- The key of the object.
- modelType String
- The type of the types object.
- modelVersion String
- The model version of an object.
- objectStatus Integer
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key string
- The key of the object.
- modelType string
- The type of the types object.
- modelVersion string
- The model version of an object.
- objectStatus number
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- object_status int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- The key of the object.
- modelType String
- The type of the types object.
- modelVersion String
- The model version of an object.
- objectStatus Number
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
GetWorkspaceTaskOpConfigValueParentRef       
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskOutputPort    
- ConfigValues List<GetWorkspace Task Output Port Config Value> 
- Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Fields List<string>
- An array of fields.
- Key string
- The key of the object.
- 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.
- ParentReves List<GetWorkspace Task Output Port Parent Ref> 
- A reference to the object's parent.
- PortType string
- The port details for the data asset.Type.
- ConfigValues []GetWorkspace Task Output Port Config Value 
- Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Fields []string
- An array of fields.
- Key string
- The key of the object.
- 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.
- ParentReves []GetWorkspace Task Output Port Parent Ref 
- A reference to the object's parent.
- PortType string
- The port details for the data asset.Type.
- configValues List<GetWorkspace Task Output Port Config Value> 
- Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- fields List<String>
- An array of fields.
- key String
- The key of the object.
- 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.
- parentReves List<GetWorkspace Task Output Port Parent Ref> 
- A reference to the object's parent.
- portType String
- The port details for the data asset.Type.
- configValues GetWorkspace Task Output Port Config Value[] 
- Configuration values can be string, objects, or parameters.
- description string
- Detailed description for the object.
- fields string[]
- An array of fields.
- key string
- The key of the object.
- 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.
- parentReves GetWorkspace Task Output Port Parent Ref[] 
- A reference to the object's parent.
- portType string
- The port details for the data asset.Type.
- config_values Sequence[dataintegration.Get Workspace Task Output Port Config Value] 
- Configuration values can be string, objects, or parameters.
- description str
- Detailed description for the object.
- fields Sequence[str]
- An array of fields.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- name str
- 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.
- parent_reves Sequence[dataintegration.Get Workspace Task Output Port Parent Ref] 
- A reference to the object's parent.
- port_type str
- The port details for the data asset.Type.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- fields List<String>
- An array of fields.
- key String
- The key of the object.
- 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.
- parentReves List<Property Map>
- A reference to the object's parent.
- portType String
- The port details for the data asset.Type.
GetWorkspaceTaskOutputPortConfigValue      
- ConfigParam List<GetValues Workspace Task Output Port Config Value Config Param Value> 
- The configuration parameter values.
- ParentReves List<GetWorkspace Task Output Port Config Value Parent Ref> 
- A reference to the object's parent.
- ConfigParam []GetValues Workspace Task Output Port Config Value Config Param Value 
- The configuration parameter values.
- ParentReves []GetWorkspace Task Output Port Config Value Parent Ref 
- A reference to the object's parent.
- configParam List<GetValues Workspace Task Output Port Config Value Config Param Value> 
- The configuration parameter values.
- parentReves List<GetWorkspace Task Output Port Config Value Parent Ref> 
- A reference to the object's parent.
- configParam GetValues Workspace Task Output Port Config Value Config Param Value[] 
- The configuration parameter values.
- parentReves GetWorkspace Task Output Port Config Value Parent Ref[] 
- A reference to the object's parent.
- config_param_ Sequence[dataintegration.values Get Workspace Task Output Port Config Value Config Param Value] 
- The configuration parameter values.
- parent_reves Sequence[dataintegration.Get Workspace Task Output Port Config Value Parent Ref] 
- A reference to the object's parent.
- configParam List<Property Map>Values 
- The configuration parameter values.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceTaskOutputPortConfigValueConfigParamValue         
- IntValue int
- An integer value of the parameter.
- ObjectValue string
- An object value of the parameter.
- ParameterValue string
- Reference to the parameter by its key.
- RefValue string
- The root object reference value.
- RootObject stringValue 
- The root object value, used in custom parameters.
- StringValue string
- A string value of the parameter.
- IntValue int
- An integer value of the parameter.
- ObjectValue string
- An object value of the parameter.
- ParameterValue string
- Reference to the parameter by its key.
- RefValue string
- The root object reference value.
- RootObject stringValue 
- The root object value, used in custom parameters.
- StringValue string
- A string value of the parameter.
- intValue Integer
- An integer value of the parameter.
- objectValue String
- An object value of the parameter.
- parameterValue String
- Reference to the parameter by its key.
- refValue String
- The root object reference value.
- rootObject StringValue 
- The root object value, used in custom parameters.
- stringValue String
- A string value of the parameter.
- intValue number
- An integer value of the parameter.
- objectValue string
- An object value of the parameter.
- parameterValue string
- Reference to the parameter by its key.
- refValue string
- The root object reference value.
- rootObject stringValue 
- The root object value, used in custom parameters.
- stringValue string
- A string value of the parameter.
- int_value int
- An integer value of the parameter.
- object_value str
- An object value of the parameter.
- parameter_value str
- Reference to the parameter by its key.
- ref_value str
- The root object reference value.
- root_object_ strvalue 
- The root object value, used in custom parameters.
- string_value str
- A string value of the parameter.
- intValue Number
- An integer value of the parameter.
- objectValue String
- An object value of the parameter.
- parameterValue String
- Reference to the parameter by its key.
- refValue String
- The root object reference value.
- rootObject StringValue 
- The root object value, used in custom parameters.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskOutputPortConfigValueParentRef        
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskOutputPortParentRef      
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskParameter   
- ConfigValues List<GetWorkspace Task Parameter Config Value> 
- Configuration values can be string, objects, or parameters.
- DefaultValue string
- A default value for the vairable.
- Description string
- Detailed description for the object.
- IsInput bool
- Specifies whether the parameter is input value.
- IsOutput bool
- Specifies whether the parameter is output value.
- Key string
- The key of the object.
- 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.
- OutputAggregation stringType 
- The output aggregation type.
- ParentReves List<GetWorkspace Task Parameter Parent Ref> 
- A reference to the object's parent.
- RootObject stringDefault Value 
- A base class for all model types, including First Class and its contained objects.
- Type string
- The object type.
- TypeName string
- The type of value the parameter was created for.
- UsedFor string
- The param name for which parameter is created for for eg. driver Shape, Operation etc.
- ConfigValues []GetWorkspace Task Parameter Config Value 
- Configuration values can be string, objects, or parameters.
- DefaultValue string
- A default value for the vairable.
- Description string
- Detailed description for the object.
- IsInput bool
- Specifies whether the parameter is input value.
- IsOutput bool
- Specifies whether the parameter is output value.
- Key string
- The key of the object.
- 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.
- OutputAggregation stringType 
- The output aggregation type.
- ParentReves []GetWorkspace Task Parameter Parent Ref 
- A reference to the object's parent.
- RootObject stringDefault Value 
- A base class for all model types, including First Class and its contained objects.
- Type string
- The object type.
- TypeName string
- The type of value the parameter was created for.
- UsedFor string
- The param name for which parameter is created for for eg. driver Shape, Operation etc.
- configValues List<GetWorkspace Task Parameter Config Value> 
- Configuration values can be string, objects, or parameters.
- defaultValue String
- A default value for the vairable.
- description String
- Detailed description for the object.
- isInput Boolean
- Specifies whether the parameter is input value.
- isOutput Boolean
- Specifies whether the parameter is output value.
- key String
- The key of the object.
- 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.
- outputAggregation StringType 
- The output aggregation type.
- parentReves List<GetWorkspace Task Parameter Parent Ref> 
- A reference to the object's parent.
- rootObject StringDefault Value 
- A base class for all model types, including First Class and its contained objects.
- type String
- The object type.
- typeName String
- The type of value the parameter was created for.
- usedFor String
- The param name for which parameter is created for for eg. driver Shape, Operation etc.
- configValues GetWorkspace Task Parameter Config Value[] 
- Configuration values can be string, objects, or parameters.
- defaultValue string
- A default value for the vairable.
- description string
- Detailed description for the object.
- isInput boolean
- Specifies whether the parameter is input value.
- isOutput boolean
- Specifies whether the parameter is output value.
- key string
- The key of the object.
- 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.
- outputAggregation stringType 
- The output aggregation type.
- parentReves GetWorkspace Task Parameter Parent Ref[] 
- A reference to the object's parent.
- rootObject stringDefault Value 
- A base class for all model types, including First Class and its contained objects.
- type string
- The object type.
- typeName string
- The type of value the parameter was created for.
- usedFor string
- The param name for which parameter is created for for eg. driver Shape, Operation etc.
- config_values Sequence[dataintegration.Get Workspace Task Parameter Config Value] 
- Configuration values can be string, objects, or parameters.
- default_value str
- A default value for the vairable.
- description str
- Detailed description for the object.
- is_input bool
- Specifies whether the parameter is input value.
- is_output bool
- Specifies whether the parameter is output value.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- name str
- 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.
- output_aggregation_ strtype 
- The output aggregation type.
- parent_reves Sequence[dataintegration.Get Workspace Task Parameter Parent Ref] 
- A reference to the object's parent.
- root_object_ strdefault_ value 
- A base class for all model types, including First Class and its contained objects.
- type str
- The object type.
- type_name str
- The type of value the parameter was created for.
- used_for str
- The param name for which parameter is created for for eg. driver Shape, Operation etc.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- defaultValue String
- A default value for the vairable.
- description String
- Detailed description for the object.
- isInput Boolean
- Specifies whether the parameter is input value.
- isOutput Boolean
- Specifies whether the parameter is output value.
- key String
- The key of the object.
- 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.
- outputAggregation StringType 
- The output aggregation type.
- parentReves List<Property Map>
- A reference to the object's parent.
- rootObject StringDefault Value 
- A base class for all model types, including First Class and its contained objects.
- type String
- The object type.
- typeName String
- The type of value the parameter was created for.
- usedFor String
- The param name for which parameter is created for for eg. driver Shape, Operation etc.
GetWorkspaceTaskParameterConfigValue     
- ConfigParam List<GetValues Workspace Task Parameter Config Value Config Param Value> 
- The configuration parameter values.
- ParentReves List<GetWorkspace Task Parameter Config Value Parent Ref> 
- A reference to the object's parent.
- ConfigParam []GetValues Workspace Task Parameter Config Value Config Param Value 
- The configuration parameter values.
- ParentReves []GetWorkspace Task Parameter Config Value Parent Ref 
- A reference to the object's parent.
- configParam List<GetValues Workspace Task Parameter Config Value Config Param Value> 
- The configuration parameter values.
- parentReves List<GetWorkspace Task Parameter Config Value Parent Ref> 
- A reference to the object's parent.
- configParam GetValues Workspace Task Parameter Config Value Config Param Value[] 
- The configuration parameter values.
- parentReves GetWorkspace Task Parameter Config Value Parent Ref[] 
- A reference to the object's parent.
- config_param_ Sequence[dataintegration.values Get Workspace Task Parameter Config Value Config Param Value] 
- The configuration parameter values.
- parent_reves Sequence[dataintegration.Get Workspace Task Parameter Config Value Parent Ref] 
- A reference to the object's parent.
- configParam List<Property Map>Values 
- The configuration parameter values.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceTaskParameterConfigValueConfigParamValue        
- ConfigParam List<GetValues Workspace Task Parameter Config Value Config Param Value Config Param Value> 
- Key string
- The key of the object.
- ConfigParam []GetValues Workspace Task Parameter Config Value Config Param Value Config Param Value 
- Key string
- The key of the object.
- configParam List<GetValues Workspace Task Parameter Config Value Config Param Value Config Param Value> 
- key String
- The key of the object.
- configParam GetValues Workspace Task Parameter Config Value Config Param Value Config Param Value[] 
- key string
- The key of the object.
- configParam List<Property Map>Values 
- key String
- The key of the object.
GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValue           
- IntValue int
- An integer value of the parameter.
- ObjectValue string
- An object value of the parameter.
- ParameterValue string
- Reference to the parameter by its key.
- RefValues List<GetWorkspace Task Parameter Config Value Config Param Value Config Param Value Ref Value> 
- The root object reference value.
- RootObject List<GetValues Workspace Task Parameter Config Value Config Param Value Config Param Value Root Object Value> 
- The root object value, used in custom parameters.
- StringValue string
- A string value of the parameter.
- IntValue int
- An integer value of the parameter.
- ObjectValue string
- An object value of the parameter.
- ParameterValue string
- Reference to the parameter by its key.
- RefValues []GetWorkspace Task Parameter Config Value Config Param Value Config Param Value Ref Value 
- The root object reference value.
- RootObject []GetValues Workspace Task Parameter Config Value Config Param Value Config Param Value Root Object Value 
- The root object value, used in custom parameters.
- StringValue string
- A string value of the parameter.
- intValue Integer
- An integer value of the parameter.
- objectValue String
- An object value of the parameter.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<GetWorkspace Task Parameter Config Value Config Param Value Config Param Value Ref Value> 
- The root object reference value.
- rootObject List<GetValues Workspace Task Parameter Config Value Config Param Value Config Param Value Root Object Value> 
- The root object value, used in custom parameters.
- stringValue String
- A string value of the parameter.
- intValue number
- An integer value of the parameter.
- objectValue string
- An object value of the parameter.
- parameterValue string
- Reference to the parameter by its key.
- refValues GetWorkspace Task Parameter Config Value Config Param Value Config Param Value Ref Value[] 
- The root object reference value.
- rootObject GetValues Workspace Task Parameter Config Value Config Param Value Config Param Value Root Object Value[] 
- The root object value, used in custom parameters.
- stringValue string
- A string value of the parameter.
- int_value int
- An integer value of the parameter.
- object_value str
- An object value of the parameter.
- parameter_value str
- Reference to the parameter by its key.
- ref_values Sequence[dataintegration.Get Workspace Task Parameter Config Value Config Param Value Config Param Value Ref Value] 
- The root object reference value.
- root_object_ Sequence[dataintegration.values Get Workspace Task Parameter Config Value Config Param Value Config Param Value Root Object Value] 
- The root object value, used in custom parameters.
- string_value str
- A string value of the parameter.
- intValue Number
- An integer value of the parameter.
- objectValue String
- An object value of the parameter.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<Property Map>
- The root object reference value.
- rootObject List<Property Map>Values 
- The root object value, used in custom parameters.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRefValue             
- Key string
- The key of the object.
- 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.
- Key string
- The key of the object.
- 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.
- key String
- The key of the object.
- 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.
- key string
- The key of the object.
- 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.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- name str
- 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.
- key String
- The key of the object.
- 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.
GetWorkspaceTaskParameterConfigValueConfigParamValueConfigParamValueRootObjectValue              
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ModelVersion string
- The model version of an object.
- ObjectStatus int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Key string
- The key of the object.
- ModelType string
- The type of the types object.
- ModelVersion string
- The model version of an object.
- ObjectStatus int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- The key of the object.
- modelType String
- The type of the types object.
- modelVersion String
- The model version of an object.
- objectStatus Integer
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key string
- The key of the object.
- modelType string
- The type of the types object.
- modelVersion string
- The model version of an object.
- objectStatus number
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- object_status int
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- key String
- The key of the object.
- modelType String
- The type of the types object.
- modelVersion String
- The model version of an object.
- objectStatus Number
- The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
GetWorkspaceTaskParameterConfigValueParentRef       
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskParameterParentRef     
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskParentRef    
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskPollRestCallConfig      
- ConfigValues List<GetWorkspace Task Poll Rest Call Config Config Value> 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- MethodType string
- The REST method to use.
- ModelType string
- The type of the types object.
- RequestHeaders Dictionary<string, string>
- The headers for the REST call.
- ConfigValues []GetWorkspace Task Poll Rest Call Config Config Value 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- MethodType string
- The REST method to use.
- ModelType string
- The type of the types object.
- RequestHeaders map[string]string
- The headers for the REST call.
- configValues List<GetWorkspace Task Poll Rest Call Config Config Value> 
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- methodType String
- The REST method to use.
- modelType String
- The type of the types object.
- requestHeaders Map<String,String>
- The headers for the REST call.
- configValues GetWorkspace Task Poll Rest Call Config Config Value[] 
- Configuration values can be string, objects, or parameters.
- key string
- The key of the object.
- methodType string
- The REST method to use.
- modelType string
- The type of the types object.
- requestHeaders {[key: string]: string}
- The headers for the REST call.
- config_values Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value] 
- Configuration values can be string, objects, or parameters.
- key str
- The key of the object.
- method_type str
- The REST method to use.
- model_type str
- The type of the types object.
- request_headers Mapping[str, str]
- The headers for the REST call.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- methodType String
- The REST method to use.
- modelType String
- The type of the types object.
- requestHeaders Map<String>
- The headers for the REST call.
GetWorkspaceTaskPollRestCallConfigConfigValue        
- ConfigParam List<GetValues Workspace Task Poll Rest Call Config Config Value Config Param Value> 
- The configuration parameter values.
- ParentReves List<GetWorkspace Task Poll Rest Call Config Config Value Parent Ref> 
- A reference to the object's parent.
- ConfigParam []GetValues Workspace Task Poll Rest Call Config Config Value Config Param Value 
- The configuration parameter values.
- ParentReves []GetWorkspace Task Poll Rest Call Config Config Value Parent Ref 
- A reference to the object's parent.
- configParam List<GetValues Workspace Task Poll Rest Call Config Config Value Config Param Value> 
- The configuration parameter values.
- parentReves List<GetWorkspace Task Poll Rest Call Config Config Value Parent Ref> 
- A reference to the object's parent.
- configParam GetValues Workspace Task Poll Rest Call Config Config Value Config Param Value[] 
- The configuration parameter values.
- parentReves GetWorkspace Task Poll Rest Call Config Config Value Parent Ref[] 
- A reference to the object's parent.
- config_param_ Sequence[dataintegration.values Get Workspace Task Poll Rest Call Config Config Value Config Param Value] 
- The configuration parameter values.
- parent_reves Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value Parent Ref] 
- A reference to the object's parent.
- configParam List<Property Map>Values 
- The configuration parameter values.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValue           
- PollConditions List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition> 
- PollInterval List<GetUnits Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval Unit> 
- PollIntervals List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval> 
- PollMax List<GetDuration Units Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration Unit> 
- PollMax List<GetDurations Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration> 
- RequestPayloads List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload> 
- RequestUrls List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Url> 
- PollConditions []GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition 
- PollInterval []GetUnits Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval Unit 
- PollIntervals []GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval 
- PollMax []GetDuration Units Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration Unit 
- PollMax []GetDurations Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration 
- RequestPayloads []GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload 
- RequestUrls []GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Url 
- pollConditions List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition> 
- pollInterval List<GetUnits Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval Unit> 
- pollIntervals List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval> 
- pollMax List<GetDuration Units Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration Unit> 
- pollMax List<GetDurations Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration> 
- requestPayloads List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload> 
- requestUrls List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Url> 
- pollConditions GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition[] 
- pollInterval GetUnits Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval Unit[] 
- pollIntervals GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval[] 
- pollMax GetDuration Units Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration Unit[] 
- pollMax GetDurations Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration[] 
- requestPayloads GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload[] 
- requestUrls GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Url[] 
- poll_conditions Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition] 
- poll_interval_ Sequence[dataintegration.units Get Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval Unit] 
- poll_intervals Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Interval] 
- poll_max_ Sequence[dataintegration.duration_ units Get Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration Unit] 
- poll_max_ Sequence[dataintegration.durations Get Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Max Duration] 
- request_payloads Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value Config Param Value Request Payload] 
- request_urls Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value Config Param Value Request Url] 
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollCondition             
- ParameterValue string
- Reference to the parameter by its key.
- RefValues List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition Ref Value> 
- The root object reference value.
- ParameterValue string
- Reference to the parameter by its key.
- RefValues []GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition Ref Value 
- The root object reference value.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition Ref Value> 
- The root object reference value.
- parameterValue string
- Reference to the parameter by its key.
- refValues GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition Ref Value[] 
- The root object reference value.
- parameter_value str
- Reference to the parameter by its key.
- ref_values Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value Config Param Value Poll Condition Ref Value] 
- The root object reference value.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<Property Map>
- The root object reference value.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollConditionRefValue               
- ExprString string
- The expression string for the object.
- Key string
- The key of the object.
- ModelType string
- The type of the types 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.
- ExprString string
- The expression string for the object.
- Key string
- The key of the object.
- ModelType string
- The type of the types 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.
- exprString String
- The expression string for the object.
- key String
- The key of the object.
- modelType String
- The type of the types 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.
- exprString string
- The expression string for the object.
- key string
- The key of the object.
- modelType string
- The type of the types 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.
- expr_string str
- The expression string for the object.
- key str
- The key of the object.
- model_type str
- The type of the types 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.
- exprString String
- The expression string for the object.
- key String
- The key of the object.
- modelType String
- The type of the types 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.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollInterval             
- ObjectValue double
- An object value of the parameter.
- ObjectValue float64
- An object value of the parameter.
- objectValue Double
- An object value of the parameter.
- objectValue number
- An object value of the parameter.
- object_value float
- An object value of the parameter.
- objectValue Number
- An object value of the parameter.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollIntervalUnit              
- StringValue string
- A string value of the parameter.
- StringValue string
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
- stringValue string
- A string value of the parameter.
- string_value str
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDuration              
- ObjectValue double
- An object value of the parameter.
- ObjectValue float64
- An object value of the parameter.
- objectValue Double
- An object value of the parameter.
- objectValue number
- An object value of the parameter.
- object_value float
- An object value of the parameter.
- objectValue Number
- An object value of the parameter.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValuePollMaxDurationUnit               
- StringValue string
- A string value of the parameter.
- StringValue string
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
- stringValue string
- A string value of the parameter.
- string_value str
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayload             
- ParameterValue string
- Reference to the parameter by its key.
- RefValues List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value> 
- The root object reference value.
- ParameterValue string
- Reference to the parameter by its key.
- RefValues []GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value 
- The root object reference value.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value> 
- The root object reference value.
- parameterValue string
- Reference to the parameter by its key.
- refValues GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value[] 
- The root object reference value.
- parameter_value str
- Reference to the parameter by its key.
- ref_values Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value] 
- The root object reference value.
- parameterValue String
- Reference to the parameter by its key.
- refValues List<Property Map>
- The root object reference value.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValue               
- ConfigValues List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value> 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- ModelType string
- The type of the types 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.
- ConfigValues []GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value 
- Configuration values can be string, objects, or parameters.
- Key string
- The key of the object.
- ModelType string
- The type of the types 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.
- configValues List<GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value> 
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- modelType String
- The type of the types 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.
- configValues GetWorkspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value[] 
- Configuration values can be string, objects, or parameters.
- key string
- The key of the object.
- modelType string
- The type of the types 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.
- config_values Sequence[dataintegration.Get Workspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value] 
- Configuration values can be string, objects, or parameters.
- key str
- The key of the object.
- model_type str
- The type of the types 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.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- key String
- The key of the object.
- modelType String
- The type of the types 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.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValue                 
- ConfigParam List<GetValues Workspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value> 
- The configuration parameter values.
- ConfigParam []GetValues Workspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value 
- The configuration parameter values.
- configParam List<GetValues Workspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value> 
- The configuration parameter values.
- configParam GetValues Workspace Task Poll Rest Call Config Config Value Config Param Value Request Payload Ref Value Config Value Config Param Value[] 
- The configuration parameter values.
- configParam List<Property Map>Values 
- The configuration parameter values.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValue                    
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestPayloadRefValueConfigValueConfigParamValueDataParam                      
- StringValue string
- A string value of the parameter.
- StringValue string
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
- stringValue string
- A string value of the parameter.
- string_value str
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskPollRestCallConfigConfigValueConfigParamValueRequestUrl             
- StringValue string
- A string value of the parameter.
- StringValue string
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
- stringValue string
- A string value of the parameter.
- string_value str
- A string value of the parameter.
- stringValue String
- A string value of the parameter.
GetWorkspaceTaskPollRestCallConfigConfigValueParentRef          
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskRegistryMetadata    
- AggregatorKey string
- The owning object's key for this object.
- IsFavorite bool
- Specifies whether this object is a favorite or not.
- Key string
- The key of the object.
- Labels List<string>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version.
- AggregatorKey string
- The owning object's key for this object.
- IsFavorite bool
- Specifies whether this object is a favorite or not.
- Key string
- The key of the object.
- Labels []string
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version.
- aggregatorKey String
- The owning object's key for this object.
- isFavorite Boolean
- Specifies whether this object is a favorite or not.
- key String
- The key of the object.
- labels List<String>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registryVersion Integer
- The registry version.
- aggregatorKey string
- The owning object's key for this object.
- isFavorite boolean
- Specifies whether this object is a favorite or not.
- key string
- The key of the object.
- labels string[]
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registryVersion number
- The registry version.
- aggregator_key str
- The owning object's key for this object.
- is_favorite bool
- Specifies whether this object is a favorite or not.
- key str
- The key of the object.
- labels Sequence[str]
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_version int
- The registry version.
- aggregatorKey String
- The owning object's key for this object.
- isFavorite Boolean
- Specifies whether this object is a favorite or not.
- key String
- The key of the object.
- labels List<String>
- Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registryVersion Number
- The registry version.
GetWorkspaceTaskTypedExpression    
- ConfigValues List<GetWorkspace Task Typed Expression Config Value> 
- Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Expression string
- The expression string for the object.
- Key string
- The key of the object.
- 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.
- ParentReves List<GetWorkspace Task Typed Expression Parent Ref> 
- A reference to the object's parent.
- Type string
- The object type.
- ConfigValues []GetWorkspace Task Typed Expression Config Value 
- Configuration values can be string, objects, or parameters.
- Description string
- Detailed description for the object.
- Expression string
- The expression string for the object.
- Key string
- The key of the object.
- 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.
- ParentReves []GetWorkspace Task Typed Expression Parent Ref 
- A reference to the object's parent.
- Type string
- The object type.
- configValues List<GetWorkspace Task Typed Expression Config Value> 
- Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- expression String
- The expression string for the object.
- key String
- The key of the object.
- 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.
- parentReves List<GetWorkspace Task Typed Expression Parent Ref> 
- A reference to the object's parent.
- type String
- The object type.
- configValues GetWorkspace Task Typed Expression Config Value[] 
- Configuration values can be string, objects, or parameters.
- description string
- Detailed description for the object.
- expression string
- The expression string for the object.
- key string
- The key of the object.
- 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.
- parentReves GetWorkspace Task Typed Expression Parent Ref[] 
- A reference to the object's parent.
- type string
- The object type.
- config_values Sequence[dataintegration.Get Workspace Task Typed Expression Config Value] 
- Configuration values can be string, objects, or parameters.
- description str
- Detailed description for the object.
- expression str
- The expression string for the object.
- key str
- The key of the object.
- model_type str
- The type of the types object.
- model_version str
- The model version of an object.
- name str
- 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.
- parent_reves Sequence[dataintegration.Get Workspace Task Typed Expression Parent Ref] 
- A reference to the object's parent.
- type str
- The object type.
- configValues List<Property Map>
- Configuration values can be string, objects, or parameters.
- description String
- Detailed description for the object.
- expression String
- The expression string for the object.
- key String
- The key of the object.
- 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.
- parentReves List<Property Map>
- A reference to the object's parent.
- type String
- The object type.
GetWorkspaceTaskTypedExpressionConfigValue      
- ConfigParam List<GetValues Workspace Task Typed Expression Config Value Config Param Value> 
- The configuration parameter values.
- ParentReves List<GetWorkspace Task Typed Expression Config Value Parent Ref> 
- A reference to the object's parent.
- ConfigParam []GetValues Workspace Task Typed Expression Config Value Config Param Value 
- The configuration parameter values.
- ParentReves []GetWorkspace Task Typed Expression Config Value Parent Ref 
- A reference to the object's parent.
- configParam List<GetValues Workspace Task Typed Expression Config Value Config Param Value> 
- The configuration parameter values.
- parentReves List<GetWorkspace Task Typed Expression Config Value Parent Ref> 
- A reference to the object's parent.
- configParam GetValues Workspace Task Typed Expression Config Value Config Param Value[] 
- The configuration parameter values.
- parentReves GetWorkspace Task Typed Expression Config Value Parent Ref[] 
- A reference to the object's parent.
- config_param_ Sequence[dataintegration.values Get Workspace Task Typed Expression Config Value Config Param Value] 
- The configuration parameter values.
- parent_reves Sequence[dataintegration.Get Workspace Task Typed Expression Config Value Parent Ref] 
- A reference to the object's parent.
- configParam List<Property Map>Values 
- The configuration parameter values.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceTaskTypedExpressionConfigValueConfigParamValue         
GetWorkspaceTaskTypedExpressionConfigValueConfigParamValueLength          
- IntValue int
- An integer value of the parameter.
- IntValue int
- An integer value of the parameter.
- intValue Integer
- An integer value of the parameter.
- intValue number
- An integer value of the parameter.
- int_value int
- An integer value of the parameter.
- intValue Number
- An integer value of the parameter.
GetWorkspaceTaskTypedExpressionConfigValueConfigParamValueScale          
- IntValue int
- An integer value of the parameter.
- IntValue int
- An integer value of the parameter.
- intValue Integer
- An integer value of the parameter.
- intValue number
- An integer value of the parameter.
- int_value int
- An integer value of the parameter.
- intValue Number
- An integer value of the parameter.
GetWorkspaceTaskTypedExpressionConfigValueParentRef        
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceTaskTypedExpressionParentRef      
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.