ENUM

OpenAccessType

Description

OpenAccessType is used to indicate the file's open access type.

link GraphQL Schema definition

  • enum OpenAccessType {
  • # Explicitly open.
  • EXPLICIT
  • # Inherited open.
  • INHERITED
  • # Not open.
  • NOT_OPEN
  • # Publicly accessible.
  • PUBLIC
  • # Deprecated. Still defined here because it is still present in sstables
  • # and in root results in the DB.
  • UNKNOWN_ACCESS
  • }