Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 5.06 KB

File metadata and controls

20 lines (15 loc) · 5.06 KB

ExternalSharingOptions

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

⚠️ DEPRECATED: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use broadSharingOptions instead.

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.
domain_access_enabled Optional[bool] N/A