Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.DataIntegration.getWorkspaceApplicationTaskSchedule
Explore with Pulumi AI
This data source provides details about a specific Workspace Application Task Schedule resource in Oracle Cloud Infrastructure Data Integration service.
Endpoint used to get taskSchedule by its key
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWorkspaceApplicationTaskSchedule = oci.DataIntegration.getWorkspaceApplicationTaskSchedule({
    applicationKey: workspaceApplicationTaskScheduleApplicationKey,
    taskScheduleKey: workspaceApplicationTaskScheduleTaskScheduleKey,
    workspaceId: testWorkspace.id,
});
import pulumi
import pulumi_oci as oci
test_workspace_application_task_schedule = oci.DataIntegration.get_workspace_application_task_schedule(application_key=workspace_application_task_schedule_application_key,
    task_schedule_key=workspace_application_task_schedule_task_schedule_key,
    workspace_id=test_workspace["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/dataintegration"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := dataintegration.GetWorkspaceApplicationTaskSchedule(ctx, &dataintegration.GetWorkspaceApplicationTaskScheduleArgs{
			ApplicationKey:  workspaceApplicationTaskScheduleApplicationKey,
			TaskScheduleKey: workspaceApplicationTaskScheduleTaskScheduleKey,
			WorkspaceId:     testWorkspace.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testWorkspaceApplicationTaskSchedule = Oci.DataIntegration.GetWorkspaceApplicationTaskSchedule.Invoke(new()
    {
        ApplicationKey = workspaceApplicationTaskScheduleApplicationKey,
        TaskScheduleKey = workspaceApplicationTaskScheduleTaskScheduleKey,
        WorkspaceId = testWorkspace.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataIntegration.DataIntegrationFunctions;
import com.pulumi.oci.DataIntegration.inputs.GetWorkspaceApplicationTaskScheduleArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testWorkspaceApplicationTaskSchedule = DataIntegrationFunctions.getWorkspaceApplicationTaskSchedule(GetWorkspaceApplicationTaskScheduleArgs.builder()
            .applicationKey(workspaceApplicationTaskScheduleApplicationKey)
            .taskScheduleKey(workspaceApplicationTaskScheduleTaskScheduleKey)
            .workspaceId(testWorkspace.id())
            .build());
    }
}
variables:
  testWorkspaceApplicationTaskSchedule:
    fn::invoke:
      function: oci:DataIntegration:getWorkspaceApplicationTaskSchedule
      arguments:
        applicationKey: ${workspaceApplicationTaskScheduleApplicationKey}
        taskScheduleKey: ${workspaceApplicationTaskScheduleTaskScheduleKey}
        workspaceId: ${testWorkspace.id}
Using getWorkspaceApplicationTaskSchedule
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 getWorkspaceApplicationTaskSchedule(args: GetWorkspaceApplicationTaskScheduleArgs, opts?: InvokeOptions): Promise<GetWorkspaceApplicationTaskScheduleResult>
function getWorkspaceApplicationTaskScheduleOutput(args: GetWorkspaceApplicationTaskScheduleOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceApplicationTaskScheduleResult>def get_workspace_application_task_schedule(application_key: Optional[str] = None,
                                            task_schedule_key: Optional[str] = None,
                                            workspace_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetWorkspaceApplicationTaskScheduleResult
def get_workspace_application_task_schedule_output(application_key: Optional[pulumi.Input[str]] = None,
                                            task_schedule_key: Optional[pulumi.Input[str]] = None,
                                            workspace_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceApplicationTaskScheduleResult]func GetWorkspaceApplicationTaskSchedule(ctx *Context, args *GetWorkspaceApplicationTaskScheduleArgs, opts ...InvokeOption) (*GetWorkspaceApplicationTaskScheduleResult, error)
func GetWorkspaceApplicationTaskScheduleOutput(ctx *Context, args *GetWorkspaceApplicationTaskScheduleOutputArgs, opts ...InvokeOption) GetWorkspaceApplicationTaskScheduleResultOutput> Note: This function is named GetWorkspaceApplicationTaskSchedule in the Go SDK.
public static class GetWorkspaceApplicationTaskSchedule 
{
    public static Task<GetWorkspaceApplicationTaskScheduleResult> InvokeAsync(GetWorkspaceApplicationTaskScheduleArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkspaceApplicationTaskScheduleResult> Invoke(GetWorkspaceApplicationTaskScheduleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkspaceApplicationTaskScheduleResult> getWorkspaceApplicationTaskSchedule(GetWorkspaceApplicationTaskScheduleArgs args, InvokeOptions options)
public static Output<GetWorkspaceApplicationTaskScheduleResult> getWorkspaceApplicationTaskSchedule(GetWorkspaceApplicationTaskScheduleArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DataIntegration/getWorkspaceApplicationTaskSchedule:getWorkspaceApplicationTaskSchedule
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationKey string
- The application key.
- TaskSchedule stringKey 
- TaskSchedule Key
- WorkspaceId string
- The workspace ID.
- ApplicationKey string
- The application key.
- TaskSchedule stringKey 
- TaskSchedule Key
- WorkspaceId string
- The workspace ID.
- applicationKey String
- The application key.
- taskSchedule StringKey 
- TaskSchedule Key
- workspaceId String
- The workspace ID.
- applicationKey string
- The application key.
- taskSchedule stringKey 
- TaskSchedule Key
- workspaceId string
- The workspace ID.
- application_key str
- The application key.
- task_schedule_ strkey 
- TaskSchedule Key
- workspace_id str
- The workspace ID.
- applicationKey String
- The application key.
- taskSchedule StringKey 
- TaskSchedule Key
- workspaceId String
- The workspace ID.
getWorkspaceApplicationTaskSchedule Result
The following output properties are available:
- ApplicationKey string
- AuthMode string
- The authorization mode for the task.
- ConfigProvider stringDelegate 
- Description string
- The description of the aggregator.
- EndTime stringMillis 
- The end time in milliseconds.
- ExpectedDuration double
- The expected duration of the task execution.
- ExpectedDuration stringUnit 
- The expected duration unit of the task execution.
- Id string
- Identifier string
- The identifier of the aggregator.
- IsBackfill boolEnabled 
- Whether the backfill is enabled
- IsConcurrent boolAllowed 
- Whether the same task can be executed concurrently.
- IsEnabled bool
- Whether the schedule is enabled.
- Key string
- The key of the aggregator object.
- LastRun List<GetDetails Workspace Application Task Schedule Last Run Detail> 
- The last run details for the task run.
- Metadatas
List<GetWorkspace Application Task Schedule 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 object.
- ModelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- NextRun stringTime Millis 
- NumberOf intRetries 
- 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.
- ParentReves List<GetWorkspace Application Task Schedule Parent Ref> 
- A reference to the object's parent.
- RegistryMetadatas List<GetWorkspace Application Task Schedule Registry Metadata> 
- RetryAttempts int
- The number of retry attempts.
- RetryDelay double
- The retry delay, the unit for measurement is in the property retry delay unit.
- RetryDelay stringUnit 
- The unit for the retry delay.
- ScheduleReves List<GetWorkspace Application Task Schedule Schedule Ref> 
- The schedule object
- StartTime stringMillis 
- The start time in milliseconds.
- TaskSchedule stringKey 
- WorkspaceId string
- ApplicationKey string
- AuthMode string
- The authorization mode for the task.
- ConfigProvider stringDelegate 
- Description string
- The description of the aggregator.
- EndTime stringMillis 
- The end time in milliseconds.
- ExpectedDuration float64
- The expected duration of the task execution.
- ExpectedDuration stringUnit 
- The expected duration unit of the task execution.
- Id string
- Identifier string
- The identifier of the aggregator.
- IsBackfill boolEnabled 
- Whether the backfill is enabled
- IsConcurrent boolAllowed 
- Whether the same task can be executed concurrently.
- IsEnabled bool
- Whether the schedule is enabled.
- Key string
- The key of the aggregator object.
- LastRun []GetDetails Workspace Application Task Schedule Last Run Detail 
- The last run details for the task run.
- Metadatas
[]GetWorkspace Application Task Schedule 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 object.
- ModelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- NextRun stringTime Millis 
- NumberOf intRetries 
- 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.
- ParentReves []GetWorkspace Application Task Schedule Parent Ref 
- A reference to the object's parent.
- RegistryMetadatas []GetWorkspace Application Task Schedule Registry Metadata 
- RetryAttempts int
- The number of retry attempts.
- RetryDelay float64
- The retry delay, the unit for measurement is in the property retry delay unit.
- RetryDelay stringUnit 
- The unit for the retry delay.
- ScheduleReves []GetWorkspace Application Task Schedule Schedule Ref 
- The schedule object
- StartTime stringMillis 
- The start time in milliseconds.
- TaskSchedule stringKey 
- WorkspaceId string
- applicationKey String
- authMode String
- The authorization mode for the task.
- configProvider StringDelegate 
- description String
- The description of the aggregator.
- endTime StringMillis 
- The end time in milliseconds.
- expectedDuration Double
- The expected duration of the task execution.
- expectedDuration StringUnit 
- The expected duration unit of the task execution.
- id String
- identifier String
- The identifier of the aggregator.
- isBackfill BooleanEnabled 
- Whether the backfill is enabled
- isConcurrent BooleanAllowed 
- Whether the same task can be executed concurrently.
- isEnabled Boolean
- Whether the schedule is enabled.
- key String
- The key of the aggregator object.
- lastRun List<GetDetails Workspace Application Task Schedule Last Run Detail> 
- The last run details for the task run.
- metadatas
List<GetWorkspace Application Task Schedule 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 object.
- modelVersion String
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- nextRun StringTime Millis 
- numberOf IntegerRetries 
- 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.
- parentReves List<GetWorkspace Application Task Schedule Parent Ref> 
- A reference to the object's parent.
- registryMetadatas List<GetWorkspace Application Task Schedule Registry Metadata> 
- retryAttempts Integer
- The number of retry attempts.
- retryDelay Double
- The retry delay, the unit for measurement is in the property retry delay unit.
- retryDelay StringUnit 
- The unit for the retry delay.
- scheduleReves List<GetWorkspace Application Task Schedule Schedule Ref> 
- The schedule object
- startTime StringMillis 
- The start time in milliseconds.
- taskSchedule StringKey 
- workspaceId String
- applicationKey string
- authMode string
- The authorization mode for the task.
- configProvider stringDelegate 
- description string
- The description of the aggregator.
- endTime stringMillis 
- The end time in milliseconds.
- expectedDuration number
- The expected duration of the task execution.
- expectedDuration stringUnit 
- The expected duration unit of the task execution.
- id string
- identifier string
- The identifier of the aggregator.
- isBackfill booleanEnabled 
- Whether the backfill is enabled
- isConcurrent booleanAllowed 
- Whether the same task can be executed concurrently.
- isEnabled boolean
- Whether the schedule is enabled.
- key string
- The key of the aggregator object.
- lastRun GetDetails Workspace Application Task Schedule Last Run Detail[] 
- The last run details for the task run.
- metadatas
GetWorkspace Application Task Schedule 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 object.
- modelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- nextRun stringTime Millis 
- numberOf numberRetries 
- 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.
- parentReves GetWorkspace Application Task Schedule Parent Ref[] 
- A reference to the object's parent.
- registryMetadatas GetWorkspace Application Task Schedule Registry Metadata[] 
- retryAttempts number
- The number of retry attempts.
- retryDelay number
- The retry delay, the unit for measurement is in the property retry delay unit.
- retryDelay stringUnit 
- The unit for the retry delay.
- scheduleReves GetWorkspace Application Task Schedule Schedule Ref[] 
- The schedule object
- startTime stringMillis 
- The start time in milliseconds.
- taskSchedule stringKey 
- workspaceId string
- application_key str
- auth_mode str
- The authorization mode for the task.
- config_provider_ strdelegate 
- description str
- The description of the aggregator.
- end_time_ strmillis 
- The end time in milliseconds.
- expected_duration float
- The expected duration of the task execution.
- expected_duration_ strunit 
- The expected duration unit of the task execution.
- id str
- identifier str
- The identifier of the aggregator.
- is_backfill_ boolenabled 
- Whether the backfill is enabled
- is_concurrent_ boolallowed 
- Whether the same task can be executed concurrently.
- is_enabled bool
- Whether the schedule is enabled.
- key str
- The key of the aggregator object.
- last_run_ Sequence[dataintegration.details Get Workspace Application Task Schedule Last Run Detail] 
- The last run details for the task run.
- metadatas
Sequence[dataintegration.Get Workspace Application Task Schedule 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 object.
- model_version str
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- next_run_ strtime_ millis 
- number_of_ intretries 
- 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.
- parent_reves Sequence[dataintegration.Get Workspace Application Task Schedule Parent Ref] 
- A reference to the object's parent.
- registry_metadatas Sequence[dataintegration.Get Workspace Application Task Schedule Registry Metadata] 
- retry_attempts int
- The number of retry attempts.
- retry_delay float
- The retry delay, the unit for measurement is in the property retry delay unit.
- retry_delay_ strunit 
- The unit for the retry delay.
- schedule_reves Sequence[dataintegration.Get Workspace Application Task Schedule Schedule Ref] 
- The schedule object
- start_time_ strmillis 
- The start time in milliseconds.
- task_schedule_ strkey 
- workspace_id str
- applicationKey String
- authMode String
- The authorization mode for the task.
- configProvider StringDelegate 
- description String
- The description of the aggregator.
- endTime StringMillis 
- The end time in milliseconds.
- expectedDuration Number
- The expected duration of the task execution.
- expectedDuration StringUnit 
- The expected duration unit of the task execution.
- id String
- identifier String
- The identifier of the aggregator.
- isBackfill BooleanEnabled 
- Whether the backfill is enabled
- isConcurrent BooleanAllowed 
- Whether the same task can be executed concurrently.
- isEnabled Boolean
- Whether the schedule is enabled.
- key String
- The key of the aggregator object.
- lastRun List<Property Map>Details 
- The last run details for the task run.
- 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 object.
- modelVersion String
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- nextRun StringTime Millis 
- numberOf NumberRetries 
- 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.
- parentReves List<Property Map>
- A reference to the object's parent.
- registryMetadatas List<Property Map>
- retryAttempts Number
- The number of retry attempts.
- retryDelay Number
- The retry delay, the unit for measurement is in the property retry delay unit.
- retryDelay StringUnit 
- The unit for the retry delay.
- scheduleReves List<Property Map>
- The schedule object
- startTime StringMillis 
- The start time in milliseconds.
- taskSchedule StringKey 
- workspaceId String
Supporting Types
GetWorkspaceApplicationTaskScheduleLastRunDetail       
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator object.
- LastRun stringTime Millis 
- Time in milliseconds for the pervious schedule.
- ModelType string
- The type of the object.
- ModelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- ParentReves List<GetWorkspace Application Task Schedule Last Run Detail Parent Ref> 
- A reference to the object's parent.
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator object.
- LastRun stringTime Millis 
- Time in milliseconds for the pervious schedule.
- ModelType string
- The type of the object.
- ModelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- ParentReves []GetWorkspace Application Task Schedule Last Run Detail Parent Ref 
- A reference to the object's parent.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator object.
- lastRun StringTime Millis 
- Time in milliseconds for the pervious schedule.
- modelType String
- The type of the object.
- modelVersion String
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- parentReves List<GetWorkspace Application Task Schedule Last Run Detail Parent Ref> 
- A reference to the object's parent.
- description string
- The description of the aggregator.
- identifier string
- The identifier of the aggregator.
- key string
- The key of the aggregator object.
- lastRun stringTime Millis 
- Time in milliseconds for the pervious schedule.
- modelType string
- The type of the object.
- modelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- parentReves GetWorkspace Application Task Schedule Last Run Detail Parent Ref[] 
- A reference to the object's parent.
- description str
- The description of the aggregator.
- identifier str
- The identifier of the aggregator.
- key str
- The key of the aggregator object.
- last_run_ strtime_ millis 
- Time in milliseconds for the pervious schedule.
- model_type str
- The type of the object.
- model_version str
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- parent_reves Sequence[dataintegration.Get Workspace Application Task Schedule Last Run Detail Parent Ref] 
- A reference to the object's parent.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator object.
- lastRun StringTime Millis 
- Time in milliseconds for the pervious schedule.
- modelType String
- The type of the object.
- modelVersion String
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- parentReves List<Property Map>
- A reference to the object's parent.
GetWorkspaceApplicationTaskScheduleLastRunDetailParentRef         
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceApplicationTaskScheduleMetadata     
- AggregatorKey string
- The owning object key for this object.
- Aggregators
List<GetWorkspace Application Task Schedule Metadata Aggregator> 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- CountStatistics List<GetWorkspace Application Task Schedule 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version of the object.
- 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 key for this object.
- Aggregators
[]GetWorkspace Application Task Schedule Metadata Aggregator 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- CountStatistics []GetWorkspace Application Task Schedule 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version of the object.
- 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 key for this object.
- aggregators
List<GetWorkspace Application Task Schedule Metadata Aggregator> 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- countStatistics List<GetWorkspace Application Task Schedule 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion Integer
- The registry version of the object.
- 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 key for this object.
- aggregators
GetWorkspace Application Task Schedule Metadata Aggregator[] 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- countStatistics GetWorkspace Application Task Schedule 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion number
- The registry version of the object.
- 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 key for this object.
- aggregators
Sequence[dataintegration.Get Workspace Application Task Schedule 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 Application Task Schedule 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_version int
- The registry version of the object.
- 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 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion Number
- The registry version of the object.
- 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.
GetWorkspaceApplicationTaskScheduleMetadataAggregator      
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator 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 type of the aggregator.
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator 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 type of the aggregator.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator 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 type of the aggregator.
- description string
- The description of the aggregator.
- identifier string
- The identifier of the aggregator.
- key string
- The key of the aggregator 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 type of the aggregator.
- description str
- The description of the aggregator.
- identifier str
- The identifier of the aggregator.
- key str
- The key of the aggregator 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 type of the aggregator.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator 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 type of the aggregator.
GetWorkspaceApplicationTaskScheduleMetadataCountStatistic       
- ObjectType []GetCount Lists Workspace Application Task Schedule Metadata Count Statistic Object Type Count List 
- The array of statistics.
- objectType GetCount Lists Workspace Application Task Schedule Metadata Count Statistic Object Type Count List[] 
- The array of statistics.
- objectType List<Property Map>Count Lists 
- The array of statistics.
GetWorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList           
- 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.
GetWorkspaceApplicationTaskScheduleParentRef      
- parent str
- Key of the parent object.
- root_doc_ strid 
- Key of the root document object.
GetWorkspaceApplicationTaskScheduleRegistryMetadata      
- AggregatorKey string
- The owning object key for this object.
- IsFavorite bool
- Specifies whether this object is a favorite or not.
- Key string
- The key of the aggregator object.
- Labels List<string>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version of the object.
- AggregatorKey string
- The owning object key for this object.
- IsFavorite bool
- Specifies whether this object is a favorite or not.
- Key string
- The key of the aggregator object.
- Labels []string
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version of the object.
- aggregatorKey String
- The owning object key for this object.
- isFavorite Boolean
- Specifies whether this object is a favorite or not.
- key String
- The key of the aggregator object.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion Integer
- The registry version of the object.
- aggregatorKey string
- The owning object key for this object.
- isFavorite boolean
- Specifies whether this object is a favorite or not.
- key string
- The key of the aggregator object.
- labels string[]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion number
- The registry version of the object.
- aggregator_key str
- The owning object key for this object.
- is_favorite bool
- Specifies whether this object is a favorite or not.
- key str
- The key of the aggregator object.
- labels Sequence[str]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_version int
- The registry version of the object.
- aggregatorKey String
- The owning object key for this object.
- isFavorite Boolean
- Specifies whether this object is a favorite or not.
- key String
- The key of the aggregator object.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion Number
- The registry version of the object.
GetWorkspaceApplicationTaskScheduleScheduleRef      
- Description string
- The description of the aggregator.
- FrequencyDetails List<GetWorkspace Application Task Schedule Schedule Ref Frequency Detail> 
- The model that holds the frequency details.
- Identifier string
- The identifier of the aggregator.
- IsDaylight boolAdjustment Enabled 
- Key string
- The key of the aggregator object.
- Metadatas
List<GetWorkspace Application Task Schedule Schedule Ref 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 object.
- ModelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- ParentReves List<GetWorkspace Application Task Schedule Schedule Ref Parent Ref> 
- A reference to the object's parent.
- Timezone string
- The timezone for the schedule.
- Description string
- The description of the aggregator.
- FrequencyDetails []GetWorkspace Application Task Schedule Schedule Ref Frequency Detail 
- The model that holds the frequency details.
- Identifier string
- The identifier of the aggregator.
- IsDaylight boolAdjustment Enabled 
- Key string
- The key of the aggregator object.
- Metadatas
[]GetWorkspace Application Task Schedule Schedule Ref 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 object.
- ModelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- ParentReves []GetWorkspace Application Task Schedule Schedule Ref Parent Ref 
- A reference to the object's parent.
- Timezone string
- The timezone for the schedule.
- description String
- The description of the aggregator.
- frequencyDetails List<GetWorkspace Application Task Schedule Schedule Ref Frequency Detail> 
- The model that holds the frequency details.
- identifier String
- The identifier of the aggregator.
- isDaylight BooleanAdjustment Enabled 
- key String
- The key of the aggregator object.
- metadatas
List<GetWorkspace Application Task Schedule Schedule Ref 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 object.
- modelVersion String
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- parentReves List<GetWorkspace Application Task Schedule Schedule Ref Parent Ref> 
- A reference to the object's parent.
- timezone String
- The timezone for the schedule.
- description string
- The description of the aggregator.
- frequencyDetails GetWorkspace Application Task Schedule Schedule Ref Frequency Detail[] 
- The model that holds the frequency details.
- identifier string
- The identifier of the aggregator.
- isDaylight booleanAdjustment Enabled 
- key string
- The key of the aggregator object.
- metadatas
GetWorkspace Application Task Schedule Schedule Ref 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 object.
- modelVersion string
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- parentReves GetWorkspace Application Task Schedule Schedule Ref Parent Ref[] 
- A reference to the object's parent.
- timezone string
- The timezone for the schedule.
- description str
- The description of the aggregator.
- frequency_details Sequence[dataintegration.Get Workspace Application Task Schedule Schedule Ref Frequency Detail] 
- The model that holds the frequency details.
- identifier str
- The identifier of the aggregator.
- is_daylight_ booladjustment_ enabled 
- key str
- The key of the aggregator object.
- metadatas
Sequence[dataintegration.Get Workspace Application Task Schedule Schedule Ref 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 object.
- model_version str
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- parent_reves Sequence[dataintegration.Get Workspace Application Task Schedule Schedule Ref Parent Ref] 
- A reference to the object's parent.
- timezone str
- The timezone for the schedule.
- description String
- The description of the aggregator.
- frequencyDetails List<Property Map>
- The model that holds the frequency details.
- identifier String
- The identifier of the aggregator.
- isDaylight BooleanAdjustment Enabled 
- key String
- The key of the aggregator object.
- 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 object.
- modelVersion String
- This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- 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.
- parentReves List<Property Map>
- A reference to the object's parent.
- timezone String
- The timezone for the schedule.
GetWorkspaceApplicationTaskScheduleScheduleRefFrequencyDetail        
- CustomExpression string
- This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- DayOf stringWeek 
- This holds the day of the week on which the schedule should be triggered.
- Days List<int>
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- Frequency string
- the frequency of the schedule.
- Interval int
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- ModelType string
- The type of the object.
- Times
List<GetWorkspace Application Task Schedule Schedule Ref Frequency Detail Time> 
- A model to hold time in hour:minute:second format.
- WeekOf stringMonth 
- This holds the week of the month in which the schedule should be triggered.
- CustomExpression string
- This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- DayOf stringWeek 
- This holds the day of the week on which the schedule should be triggered.
- Days []int
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- Frequency string
- the frequency of the schedule.
- Interval int
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- ModelType string
- The type of the object.
- Times
[]GetWorkspace Application Task Schedule Schedule Ref Frequency Detail Time 
- A model to hold time in hour:minute:second format.
- WeekOf stringMonth 
- This holds the week of the month in which the schedule should be triggered.
- customExpression String
- This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- dayOf StringWeek 
- This holds the day of the week on which the schedule should be triggered.
- days List<Integer>
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency String
- the frequency of the schedule.
- interval Integer
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- modelType String
- The type of the object.
- times
List<GetWorkspace Application Task Schedule Schedule Ref Frequency Detail Time> 
- A model to hold time in hour:minute:second format.
- weekOf StringMonth 
- This holds the week of the month in which the schedule should be triggered.
- customExpression string
- This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- dayOf stringWeek 
- This holds the day of the week on which the schedule should be triggered.
- days number[]
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency string
- the frequency of the schedule.
- interval number
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- modelType string
- The type of the object.
- times
GetWorkspace Application Task Schedule Schedule Ref Frequency Detail Time[] 
- A model to hold time in hour:minute:second format.
- weekOf stringMonth 
- This holds the week of the month in which the schedule should be triggered.
- custom_expression str
- This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- day_of_ strweek 
- This holds the day of the week on which the schedule should be triggered.
- days Sequence[int]
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency str
- the frequency of the schedule.
- interval int
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- model_type str
- The type of the object.
- times
Sequence[dataintegration.Get Workspace Application Task Schedule Schedule Ref Frequency Detail Time] 
- A model to hold time in hour:minute:second format.
- week_of_ strmonth 
- This holds the week of the month in which the schedule should be triggered.
- customExpression String
- This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- dayOf StringWeek 
- This holds the day of the week on which the schedule should be triggered.
- days List<Number>
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency String
- the frequency of the schedule.
- interval Number
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- modelType String
- The type of the object.
- times List<Property Map>
- A model to hold time in hour:minute:second format.
- weekOf StringMonth 
- This holds the week of the month in which the schedule should be triggered.
GetWorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailTime         
GetWorkspaceApplicationTaskScheduleScheduleRefMetadata       
- AggregatorKey string
- The owning object key for this object.
- Aggregators
List<GetWorkspace Application Task Schedule Schedule Ref Metadata Aggregator> 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- CountStatistics List<GetWorkspace Application Task Schedule Schedule Ref 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version of the object.
- 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 key for this object.
- Aggregators
[]GetWorkspace Application Task Schedule Schedule Ref Metadata Aggregator 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- CountStatistics []GetWorkspace Application Task Schedule Schedule Ref 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- RegistryVersion int
- The registry version of the object.
- 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 key for this object.
- aggregators
List<GetWorkspace Application Task Schedule Schedule Ref Metadata Aggregator> 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- countStatistics List<GetWorkspace Application Task Schedule Schedule Ref 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion Integer
- The registry version of the object.
- 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 key for this object.
- aggregators
GetWorkspace Application Task Schedule Schedule Ref Metadata Aggregator[] 
- A summary type containing information about the object's aggregator including its type, key, name and description.
- countStatistics GetWorkspace Application Task Schedule Schedule Ref 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion number
- The registry version of the object.
- 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 key for this object.
- aggregators
Sequence[dataintegration.Get Workspace Application Task Schedule Schedule Ref 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 Application Task Schedule Schedule Ref 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_version int
- The registry version of the object.
- 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 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 tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registryVersion Number
- The registry version of the object.
- 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.
GetWorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator        
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator 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 type of the aggregator.
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator 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 type of the aggregator.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator 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 type of the aggregator.
- description string
- The description of the aggregator.
- identifier string
- The identifier of the aggregator.
- key string
- The key of the aggregator 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 type of the aggregator.
- description str
- The description of the aggregator.
- identifier str
- The identifier of the aggregator.
- key str
- The key of the aggregator 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 type of the aggregator.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator 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 type of the aggregator.
GetWorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatistic         
- objectType List<Property Map>Count Lists 
- The array of statistics.
GetWorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticObjectTypeCountList             
- 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.
GetWorkspaceApplicationTaskScheduleScheduleRefParentRef        
- 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.