ENUM

UserAccessType

Description

UserAccessType is used to inform if any insecure user can access this file or not.

link GraphQL Schema definition

  • enum UserAccessType {
  • # Insecure user access.
  • INSECURE
  • # Secure user access.
  • SECURE
  • # Unknown user access.
  • USER_ACCESS_TYPE_UNKNOWN
  • }

link Require by