Provides struct and type for a DocumentPermissionsDefinition
Summary
Types
@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 }