ENUM

AuthTypeEnum

Description

Auth type for the NFS type location.

link GraphQL Schema definition

  • enum AuthTypeEnum {
  • # Kerberos based auth type.
  • KERBEROS
  • # No auth type.
  • NONE
  • }