Gleanex.Indexing.DocumentPermissionsDefinition (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a DocumentPermissionsDefinition

Summary

Types

t()

@type t() :: %Gleanex.Indexing.DocumentPermissionsDefinition{
  allowAllDatasourceUsersAccess: boolean() | nil,
  allowAnonymousAccess: boolean() | nil,
  allowedGroupIntersections:
    [Gleanex.Indexing.PermissionsGroupIntersectionDefinition.t()] | nil,
  allowedGroups: [String.t()] | nil,
  allowedUsers: [Gleanex.Indexing.UserReferenceDefinition.t()] | nil
}