Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 4.49 KB

File metadata and controls

17 lines (13 loc) · 4.49 KB

SharingOptions

Controls how "shared" a document must be to get picked for scans.

Fields

Field Type Required Description
enabled Optional[bool] : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Field is deprecated.
threshold Optional[int] The minimum number of users the document is shared with.
threshold_enabled Optional[bool] Documents will be filtered based on how many people have access to it.
anyone_with_link_enabled Optional[bool] : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Field is deprecated.
anyone_internal_enabled Optional[bool] Only users within the organization can access the document.
anonymous_access_enabled Optional[bool] Anyone on the internet can access the document.
user_access_enabled Optional[bool] Enable user access check
user_ids List[str] Any one of the specified users can access the document.