Gleanex.Admin.SharingOptions (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SharingOptions

Summary

Types

t()

@type t() :: %Gleanex.Admin.SharingOptions{
  anonymousAccessEnabled: boolean() | nil,
  anyoneInternalEnabled: boolean() | nil,
  anyoneWithLinkEnabled: boolean() | nil,
  enabled: boolean() | nil,
  threshold: integer() | nil,
  thresholdEnabled: boolean() | nil,
  userAccessEnabled: boolean() | nil,
  userIds: [String.t()] | nil
}