ENUM

DlpConfigOsType

Description

Specifies the OS type of the target.

link GraphQL Schema definition

  • enum DlpConfigOsType {
  • # Linux OS.
  • LINUX
  • # Represents an unspecified OS type.
  • OS_TYPE_UNSPECIFIED
  • # Windows OS.
  • WINDOWS
  • }