ModelAccessVisibility

open_in_new

The privacy status to access the model

GraphQL Schema definition

  • enum ModelAccessVisibility {
  • # Any user may view the space and it will be published to search engines.
  • public
  • # Any user with a direct link may view the space.
  • unlisted
  • # Users will be prompted to enter the password before viewing the space.
  • # The password may be configured on a per-space basis.
  • password
  • # Only users that have been granted direct access to the model may view it.
  • private
  • }