TaskBundleAccessType
The valid values for a task bundle's access type.
enum TaskBundleAccessType {
ME
ALL
USERS
}
Values
TaskBundleAccessType.ME
The bundle is accessible only to its author.
TaskBundleAccessType.ALL
The bundle is accessible to all users in the account.
TaskBundleAccessType.USERS
The bundle is accessible to specifically selected users.
Member Of
TaskBundleAccess object ● TaskBundleAccessInput input