ENUM

DlpConfigShareType

Description

Represents the share type of an NFS workload.

link GraphQL Schema definition

  • enum DlpConfigShareType {
  • # NFS share.
  • NFS
  • # An unspecified share type.
  • SHARE_TYPE_UNSPECIFIED
  • # SMB share.
  • SMB
  • }