TaskCatalogCreateOptions
Optional fields for creating a task catalog, plus folder scope.
Extends¶
Properties¶
| Property | Type | Description |
|---|---|---|
description? |
string |
Description of the task catalog (max 512 characters). |
encrypted? |
boolean |
When true, tasks associated with this catalog have their Data encrypted. |
expand? |
string |
- |
folderId? |
number |
Numeric folder ID. |
folderKey? |
string |
Folder key (GUID-formatted string). |
folderPath? |
string |
Slash-delimited folder path, e.g. 'Shared/Finance'. |
retentionAction? |
TaskCatalogRetentionActionInput |
Action taken on the catalog's tasks when the retention period is reached. |
retentionBucketId? |
number |
Id of the storage bucket used when retentionAction is Archive. |
retentionPeriod? |
number |
Retention period, in days. |
select? |
string |
- |
tags? |
Tag[] |
Tags to associate with the task catalog. |