Provides struct and type for a ExternalSharingOptions
Summary
Types
@type t() :: %Gleanex.Admin.ExternalSharingOptions{ anonymousAccessEnabled: boolean() | nil, anyoneInternalEnabled: boolean() | nil, anyoneWithLinkEnabled: boolean() | nil, domainAccessEnabled: boolean() | nil, enabled: boolean() | nil, threshold: integer() | nil, thresholdEnabled: boolean() | nil, userAccessEnabled: boolean() | nil, userIds: [String.t()] | nil }