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<Boolean> : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Field is deprecated.
threshold Optional<Long> The minimum number of users the document is shared with.
thresholdEnabled Optional<Boolean> Documents will be filtered based on how many people have access to it.
anyoneWithLinkEnabled Optional<Boolean> : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Field is deprecated.
anyoneInternalEnabled Optional<Boolean> Only users within the organization can access the document.
anonymousAccessEnabled Optional<Boolean> Anyone on the internet can access the document.
userAccessEnabled Optional<Boolean> Enable user access check
userIds List<String> Any one of the specified users can access the document.
domainAccessEnabled Optional<Boolean> N/A