Skip to content

Commit babf380

Browse files
authored
Add docs for LockedToProjectWithoutNested (#1245)
1 parent 3193055 commit babf380

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/api-ref.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ The project resources for Tableau are defined in the `ProjectItem` class. The cl
17881788

17891789
Name | Description
17901790
:--- | :---
1791-
`content_permissions` | Sets or shows the permissions for the content in the project. The options are either `LockedToProject` or `ManagedByOwner`.
1791+
`content_permissions` | Sets or shows the permissions for the content in the project. The options are either `LockedToProject`, `ManagedByOwner` or `LockedToProjectWithoutNested`.
17921792
`name` | Name of the project.
17931793
`description` | The description of the project.
17941794
`id` | The project id.
@@ -1801,12 +1801,13 @@ Source file: models/project_item.py
18011801

18021802
#### ProjectItem.ContentPermissions
18031803

1804-
The `ProjectItem` class has a sub-class that defines the permissions for the project (`ProjectItem.ContentPermissions`). The options are `LockedToProject` and `ManagedByOwner`. For information on these content permissions, see [Lock Content Permissions to the Project](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm#create_project).
1804+
The `ProjectItem` class has a sub-class that defines the permissions for the project (`ProjectItem.ContentPermissions`). The options are `LockedToProject`, `ManagedByOwner` and `LockedToProjectWithoutNested`. For information on these content permissions, see [Lock Content Permissions to the Project](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm#create_project).
18051805

18061806
Name | Description
18071807
:--- | :---
18081808
`ProjectItem.ContentPermissions.LockedToProject` | Locks all content permissions to the project.
18091809
`ProjectItem.ContentPermissions.ManagedByOwner` | Users can manage permissions for content that they own. This is the default.
1810+
`ProjectItem.ContentPermissions.LockedToProjectWithoutNested` | Lock the permissions of a parent project, but not those of its child projects.
18101811

18111812
**Example**
18121813

0 commit comments

Comments
 (0)